Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jun 9, 2023
1 parent 4bdce9b commit 4bd60c5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Links -->
[#9]: https://github.com/DAmNRelentless/vscode-keepachangelog/issues/9

## [1.2.2] - 2022-07-29

Expand Down Expand Up @@ -121,7 +134,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Badges -->
[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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4bd60c5

Please sign in to comment.