Skip to content

Commit

Permalink
patch(1.6.1): version bumps (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton authored Oct 21, 2022
1 parent f78f754 commit e535159
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Released]

##[1.6.1](#v1.6.1) (2022-10-22)

### Updated

- `vscode` engine to `^1.72.0`
- `vsce` to `2.13.0`
- `typescript-eslint` monorepo to `5.40.0`
- `eslint` to `8.25.0`
- `typescript` to `4.8.4`

##[1.6.0](#v1.6.0) (2022-09-14)

### Added
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "freecodecamp-courses",
"displayName": "freeCodeCamp - Courses",
"description": "Provides tooling for quick and easy selection of courses offered by freeCodeCamp",
"version": "1.6.0",
"version": "1.6.1",
"author": "freeCodeCamp",
"publisher": "freeCodeCamp",
"galleryBanner": {
Expand All @@ -11,7 +11,7 @@
},
"icon": "images/logo-128X128.png",
"engines": {
"vscode": "^1.71.1",
"vscode": "^1.72.0",
"node": ">=18.0.0"
},
"categories": [
Expand Down Expand Up @@ -78,7 +78,7 @@
"@types/glob": "7.2.0",
"@types/mocha": "9.1.1",
"@types/node": "18.7.6",
"@types/vscode": "1.71.0",
"@types/vscode": "1.72.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@vscode/test-electron": "2.1.5",
Expand All @@ -87,7 +87,7 @@
"mocha": "9.2.2",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"vsce": "2.11.0",
"vsce": "2.13.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
Expand Down

0 comments on commit e535159

Please sign in to comment.