diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f328d..b4b1da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 386ba3c..43cfa33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snippets-ranger", - "version": "0.24.0", + "version": "0.25.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snippets-ranger", - "version": "0.24.0", + "version": "0.25.1", "license": "MIT", "dependencies": { "glob": "^7.1.6", diff --git a/package.json b/package.json index 611ebab..448657d 100644 --- a/package.json +++ b/package.json @@ -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"