Skip to content

Commit

Permalink
chore: update dependencies & prepare version v.1.12.0 (#72)
Browse files Browse the repository at this point in the history
The extension package dependencies were updated.

Version number and change log were updated.
  • Loading branch information
jrebocho authored Aug 16, 2024
1 parent 5975585 commit fcb8fe2
Show file tree
Hide file tree
Showing 4 changed files with 3,157 additions and 2,925 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
node-version: '16.7.0'

- run: npm install
- run: npm run build
- run: npm run compile
- run: npm test
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vscode-random" extension are documented in this file.

## [1.12.0] - 2024-08-16
## Changed
- Moved context menu to sub group (Thanks to [@jackjameshoward](https://github.com/jackjameshoward) for the suggestion & implementation!)
- Update dependencies packages

## [1.11.0] - 2021-11-19
## Changed
- Update dependencies packages
Expand Down
Loading

0 comments on commit fcb8fe2

Please sign in to comment.