Skip to content

Commit

Permalink
Merge pull request #13 from jakobhoeg/feature/gen2
Browse files Browse the repository at this point in the history
refactor: update versioning
  • Loading branch information
jakobhoeg authored Dec 14, 2024
2 parents 809f05f + 165403f commit 888c9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "vscode-pokemon" extension will be documented in this file.

## [2.0.0]

- Feat: add generation 2 Pokemon

## [1.1.0]

- Feat: add functionality for adding a random Pokemon
Expand Down
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": "vscode-pokemon",
"displayName": "vscode-pokemon",
"description": "Pokémon for your VS Code",
"version": "1.1.0",
"version": "2.0.0",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit 888c9f8

Please sign in to comment.