Skip to content

Commit d300b42

Browse files
committed
Update version
1 parent 6982800 commit d300b42

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## [1.32.0]
6+
7+
* Improved performance by reducing callbacks by @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/743
8+
* Improved speech Bubble Readability in dark modesby @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/744
9+
* "Add Pet" now has icons by @thechriskent in https://github.com/tonybaloney/vscode-pets/pull/745
10+
11+
## [1.31.0]
12+
13+
### New Pets
14+
- There is now a bunny pet, by @VyomRaturi in #704
15+
16+
### Bug fixes
17+
- Add Korean Pet Names by @tonybaloney in #687
18+
- Fix snow particles not pausing by @LiteralGenie in #690
19+
- Improve German, Spanish, Korean, and Chinese in #688
20+
- Fix/ speech bubble no longer hidden behind background by @DynamiteBob17 in #700
21+
- Improve French, Pt-BR and Turkish translations in #691
22+
- Improve Czech, Italian and Chinese by @tonybaloney in #702
23+
524
## [1.29.0]
625

726
* Add winter theme @tonybaloney in https://github.com/tonybaloney/vscode-pets/pull/663

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-pets",
33
"displayName": "vscode-pets",
44
"description": "Pets for your VS Code",
5-
"version": "1.31.0",
5+
"version": "1.32.0",
66
"engines": {
77
"vscode": "^1.73.0"
88
},

0 commit comments

Comments
 (0)