diff --git a/CHANGELOG.md b/CHANGELOG.md index 537b58c..6025b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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.1.2] - 2021-03-12 ### Changed @@ -60,7 +60,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.1.2...HEAD +[1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/NickKaramoff/toot/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/NickKaramoff/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 diff --git a/package.json b/package.json index dd5f91c..ebabba9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toot", - "version": "1.1.1", + "version": "1.1.2", "main": "src/index.pug", "repository": "git@github.com:NickKaramoff/toot.git", "author": "Nikita Karamov ",