Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 19, 2024
1 parent c7476d7 commit 257ee23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.2.0] - 2024-03-19
### Added
- `Text` Proposal type

Expand Down Expand Up @@ -87,7 +87,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- Initiated project

[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.1.4...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.2.0...HEAD
[1.2.0]: https://gitlab.com/rarimo/scan/compare/1.1.4...1.2.0
[1.1.4]: https://gitlab.com/rarimo/scan/compare/1.1.3...1.1.4
[1.1.3]: https://gitlab.com/rarimo/scan/compare/1.1.2...1.1.3
[1.1.2]: https://gitlab.com/rarimo/scan/compare/1.1.1...1.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scan",
"version": "1.1.4",
"version": "1.2.0",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit 257ee23

Please sign in to comment.