Skip to content

Commit

Permalink
Update strings and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 11, 2024
1 parent bd6b693 commit a30e5ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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-pets" extension will be documented in this file.

## [1.27.0]

* Add a deno pet by @thisisjofrank in https://github.com/tonybaloney/vscode-pets/pull/567

## [1.26.0]

* Horses! 🐎🐎🐎 by @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/572
Expand Down
1 change: 1 addition & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"clippy": "Clippy",
"cockatiel": "Cockatiel",
"crab": "Crab",
"deno": "Deno",
"dog": "Dog",
"mod": "Mod (the .NET bot)",
"rat": "Rat",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-pets",
"displayName": "vscode-pets",
"description": "Pets for your VS Code",
"version": "1.26.0",
"version": "1.27.0",
"engines": {
"vscode": "^1.73.0"
},
Expand All @@ -25,7 +25,8 @@
"pets",
"clippy",
"rubber duck",
"horse"
"horse",
"deno"
],
"license": "MIT",
"icon": "icon.png",
Expand Down

0 comments on commit a30e5ae

Please sign in to comment.