diff --git a/CHANGELOG.md b/CHANGELOG.md index a7de35d..45794c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Nothing yet! +## [1.2.0] - 2021-07-19 + +### Added + +- Make use of aside container instead of div + +### Changed + +- Updated (dev)dependencies to latest versions + ## [1.1.5] - 2021-05-26 ### Added diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 1b3e089..3c57e16 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity). [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. +. Translations are available at +. diff --git a/package.json b/package.json index 3972c7f..959f34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookie-though", - "version": "1.1.5", + "version": "1.2.0", "license": "MIT", "homepage": "https://cookiethough.dev", "main": "dist/lib.js",