Skip to content

Commit

Permalink
Mistaken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Oct 16, 2023
1 parent 067b99f commit 00defc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ 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.25.0] - 2023-10-16
## [0.24.2] - 2023-10-16

### Changed

- 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. Issue found and requires further investigation.
- Revert changes of 24.0. Issue found and requires investigation.

## [0.24.0] - 2023-10-15

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

0 comments on commit 00defc1

Please sign in to comment.