This commit is contained in:
Nikita Karamov 2021-03-12 20:38:00 +01:00
parent 02eb6950da
commit 2047962f9f
No known key found for this signature in database
GPG Key ID: EA4E7DECEEA050E4
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 <nick@karamoff.dev>",