Skip to content

Commit 6196b57

Browse files
committed
bump version, update changelog
1 parent 853ebe2 commit 6196b57

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 2023-11-15
8+
#### Added
9+
- Legacy polygon id integration
10+
711
## [1.0.0] - 2023-06-25
812
#### Added
913
- Fields
@@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7074
#### Under the hood changes
7175
- Initiated and setup project
7276

73-
[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0...main
77+
[Unreleased]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.1...main
78+
[1.0.1]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0...1.0.1
7479
[1.0.0]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.1...1.0.0
7580
[1.0.0-rc.1]: https://gitlab.com/distributed_lab/frontend/react-template/compare/1.0.0-rc.0...1.0.0-rc.1
7681
[1.0.0-rc.0]: https://gitlab.com/distributed_lab/frontend/react-template/tags/1.0.0-rc.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-template",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"gitHooks": {
66
"pre-commit": "tsc && yarn lint",
77
"pre-push": "yarn rsc"

0 commit comments

Comments
 (0)