diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3beaf..e911c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 2a0b091..2b47d43 100644 --- a/package.json +++ b/package.json @@ -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", @@ -75,4 +75,4 @@ "typescript": "^5.0.3" }, "license": "MIT" -} +} \ No newline at end of file