Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Apr 1, 2023
1 parent c2e7c05 commit 08f3e40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [1.2.0] - 2023-04-01
### Added
- Event detail page - #81

Expand Down Expand Up @@ -71,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add Linkedin link
- add GA script

[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v1.1.8...HEAD
[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/webmardi/webmardi.ch/compare/v1.1.8...v1.2.0
[1.1.8]: https://github.com/webmardi/webmardi.ch/compare/v1.1.7...v1.1.8
[1.1.8]: https://github.com/webmardi/webmardi.ch/compare/v1.1.7...v1.1.8
[1.1.7]: https://github.com/webmardi/webmardi.ch/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/webmardi/webmardi.ch/compare/v1.1.5...v1.1.6
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-typescript-types",
"version": "1.1.8",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"clean": "rm -rf .next && rm -rf node_modules/.cache",
Expand Down Expand Up @@ -75,4 +75,4 @@
"typescript": "^5.0.3"
},
"license": "MIT"
}
}

0 comments on commit 08f3e40

Please sign in to comment.