Skip to content

Commit 97ae847

Browse files
committed
feat: bump version
1 parent fa6d701 commit 97ae847

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.0.7] - 2022-10-31
6+
7+
[8e8748d...fa6d701](https://github.com/leonardssh/vscord/compare/8e8748d678adf2292b206bb63640f16f27fb62ea...fa6d701ae0d698aa82d3ccb0d88d2dfdc87cb27f)
8+
9+
### Bug Fixes
10+
11+
- Problem count now works again ([9c02043](https://github.com/leonardssh/vscord/commit/9c02043382eec3e17b07cf9a67ab0840500c7714))
12+
- Typo info -> infos ([2f1bbd6](https://github.com/leonardssh/vscord/commit/2f1bbd6a54efa2c78f42dc2e2de0ecb90f77fead))
13+
- Strings shouldnt be disabled if Probelms are disabled ([5b3d06c](https://github.com/leonardssh/vscord/commit/5b3d06c87ca49f726afbde02270a9bb398174f32))
14+
15+
### Features
16+
17+
- Advanced problem count infomation and variables ([f7e7d97](https://github.com/leonardssh/vscord/commit/f7e7d975a715bde6577e88a0e7ff05403d07eb2e))
18+
19+
### Refactor
20+
21+
- Code cleanup ([699b634](https://github.com/leonardssh/vscord/commit/699b634c6695e95075a719808c9c4bda0bc5bfb5))
22+
523
## [5.0.6] - 2022-10-30
624

7-
[12e9e5a...99ad624](https://github.com/leonardssh/vscord/compare/12e9e5a8552f5f623fd32871fd8f40585076f6d3...99ad62459f955e594f4e8bb513f985f401f78ceb)
25+
[12e9e5a...8e8748d](https://github.com/leonardssh/vscord/compare/12e9e5a8552f5f623fd32871fd8f40585076f6d3...8e8748d678adf2292b206bb63640f16f27fb62ea)
826

927
### Bug Fixes
1028

1129
- Oop ([c85229b](https://github.com/leonardssh/vscord/commit/c85229b680290a128c79fd8d519c3887175481df))
30+
- Fix cliff for real this time ([8e8748d](https://github.com/leonardssh/vscord/commit/8e8748d678adf2292b206bb63640f16f27fb62ea))
1231

1332
### Documentation
1433

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscord",
33
"displayName": "Discord Rich Presence",
4-
"version": "5.0.6",
4+
"version": "5.0.7",
55
"description": "Highly customizable Discord Rich Presence extenstion for Visual Studio Code",
66
"main": "dist/extension.js",
77
"repository": "github:LeonardSSH/vscord",

0 commit comments

Comments
 (0)