Skip to content

Commit 9b71c37

Browse files
committed
Update metadata to publish as v25.1
1 parent d6bb196 commit 9b71c37

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.24.2] - 2023-10-16
8+
## [0.25.0, 0.25.1] - 2023-10-16
99

1010
### Changed
1111

12-
- Revert changes of 24.0. Issue found and requires investigation.
12+
- Published changes made in v24.0.
13+
14+
### Fixed
15+
16+
- The variable `has` was not declared properly in *hasScopeField*. Added `let` to it. Unusual that this is not an issue in test.
17+
18+
## [0.24.1 -> 0.24.3] - 2023-10-16
19+
20+
### Changed
21+
22+
- Rollback changes of v24.0. Git!! Issue found and requires further investigation.
1323

1424
## [0.24.0] - 2023-10-15
1525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
},
88
"description": "View and edit all your snippets in one purty place. Yee-haw!",
99
"icon": "img/logo.png",
10-
<<<<<<< HEAD
11-
"version": "0.24.1",
12-
=======
13-
"version": "0.24.2",
14-
>>>>>>> eb29bf7 (Update metadata for reverting to v23 state)
10+
"version": "0.25.1",
1511
"engines": {
1612
"vscode": "^1.4.0",
1713
"node": ">=12.0.0"

0 commit comments

Comments
 (0)