Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
Update changelog.
  • Loading branch information
Codeneos committed Jul 8, 2019
1 parent 847f530 commit a810d89
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog Vlocode

## [0.11.0] - 2019-07-08
### New
- Added support for renaming and cloning datapacks.
- Update for compatibility with VSCode 1.36.0.
- Update vsce ignore file in an attempt to reduce final bundle size.
### Fixed
- Fix crash on datappack service loading whithout setting an override project file.
- Remove old datapack builder code and related test cases.

## [0.10.7] - 2019-06-20
### Changed
- Update Vlocity package to 1.11.1
### Fixed
- FPatch VLocity package to avoid partial exports for datapacks with more then 10 dependencies
- Patch VLocity package to avoid partial exports for datapacks with more then 10 dependencies

## [0.10.6] - 2019-06-14
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vlocode",
"displayName": "Vlocode",
"description": "Vlocity datapack development and deployment extension",
"version": "0.10.7",
"version": "0.11.0",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit a810d89

Please sign in to comment.