From d3dd0431553d1b0ff1a3cf1ba8257a505fc4d3b7 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 3 Mar 2021 14:08:10 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2054074..86f18bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [1.1.1] + +### Security + +- Bumped Pug libraries + - `pug-code-gen` (#9) + - `pug` (#10) + ## [1.1.0] ### Added @@ -35,6 +43,7 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.1.1...HEAD +[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