diff --git a/CHANGELOG.md b/CHANGELOG.md index 310f164..ca2c65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] +## [1.3.0] - 2023-06-09 -- / +### Changed + +- a lot of internal refactoring + +### Fixed + +- snippets do not remove the prefix ([#9]) + +### Security + +- updated dependencies and VSCode engine + + +[#9]: https://github.com/DAmNRelentless/vscode-keepachangelog/issues/9 ## [1.2.2] - 2022-07-29 @@ -121,7 +134,7 @@ and this project adheres to [Semantic Versioning]. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/DAmNRelentless/vscode-keepachangelog/compare/v1.2.2...HEAD +[1.3.0]: https://github.com/DAmNRelentless/vscode-keepachangelog/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/DAmNRelentless/vscode-keepachangelog/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/DAmNRelentless/vscode-keepachangelog/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/DAmNRelentless/vscode-keepachangelog/compare/v1.1.2...v1.2.0 diff --git a/README.md b/README.md index 6cb0227..45e4e4c 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,10 @@ This project is licensed under the [LGPL-3.0][license]. [preview]: https://github.com/DAmNRelentless/vscode-keepachangelog/blob/main/images/preview.gif?raw=true -[version_badge]: https://img.shields.io/github/v/release/DAmNRelentless/vscode-keepachangelog?style=flat-square +[version_badge]: https://img.shields.io/github/v/release/DAmNRelentless/vscode-keepachangelog?include_prereleases&style=flat-square [version_link]: https://github.com/DAmNRelentless/vscode-keepachangelog/releases/latest -[downloads_badge]: https://vsmarketplacebadge.apphb.com/installs-short/rlnt.keep-a-changelog.svg?style=flat-square -[workflow_status_badge]: https://img.shields.io/github/workflow/status/DAmNRelentless/vscode-keepachangelog/Build?style=flat-square +[downloads_badge]: https://img.shields.io/visual-studio-marketplace/d/rlnt.keep-a-changelog?style=flat-square +[workflow_status_badge]: https://img.shields.io/github/actions/workflow/status/DAmNRelentless/vscode-keepachangelog/build.yml?style=flat-square [workflow_status_link]: https://github.com/DAmNRelentless/vscode-keepachangelog/actions [license_badge]: https://img.shields.io/github/license/DAmNRelentless/vscode-keepachangelog?style=flat-square diff --git a/package.json b/package.json index 24f57b1..5dfd85f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keep-a-changelog", "displayName": "Keep a Changelog", - "version": "1.2.2", + "version": "1.3.0", "description": "An extension that provides snippets for markdown files to create a changelog with the ruleset of Keep a Changelog.", "categories": [ "Snippets"