Skip to content

Commit

Permalink
Update metadata to publish as v25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Oct 16, 2023
1 parent 00defc1 commit 42e1152
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.24.2] - 2023-10-16
## [0.25.0, 0.25.1] - 2023-10-16

### Changed

- Revert changes of 24.0. Issue found and requires investigation.
- Published changes made in v24.0.

### Fixed

- The variable `has` was not declared properly in *hasScopeField*. Added `let` to it. Unusual that this is not an issue in test.

## [0.24.1 -> 0.24.3] - 2023-10-16

### Changed

- Rollback changes of v24.0. Git!! Issue found and requires further investigation.

## [0.24.0] - 2023-10-15

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
},
"description": "View and edit all your snippets in one purty place. Yee-haw!",
"icon": "img/logo.png",
<<<<<<< HEAD
"version": "0.24.1",
=======
"version": "0.24.2",
>>>>>>> eb29bf7 (Update metadata for reverting to v23 state)
"version": "0.25.1",
"engines": {
"vscode": "^1.4.0",
"node": ">=12.0.0"
Expand Down

0 comments on commit 42e1152

Please sign in to comment.