diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bffac..b8f328d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9ae19d5..611ebab 100644 --- a/package.json +++ b/package.json @@ -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"