diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9b934..05e48a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [4.0.0](https://github.com/macintacos/site/compare/3.0.1...4.0.0) + +> 18 April 2021 + +- MAC-35 ⚡️ Switch to using the PaperMod theme for your site? [`#103`](https://github.com/macintacos/site/pull/103) +- Bump ini from 1.3.5 to 1.3.8 [`#102`](https://github.com/macintacos/site/pull/102) +- POST - Fixes for "macinplanck" [`#101`](https://github.com/macintacos/site/pull/101) +- Bump node-fetch from 2.6.0 to 2.6.1 [`#100`](https://github.com/macintacos/site/pull/100) +- 🚢 Create a new release and deploy to production [`#98`](https://github.com/macintacos/site/pull/98) + #### [3.0.1](https://github.com/macintacos/site/compare/3.0.0...3.0.1) > 28 August 2020 diff --git a/package.json b/package.json index b4ff88e..51751bd 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "hugo-watch": "hugo server --buildDrafts --bind $(ipconfig getifaddr en0) --baseURL http://$(ipconfig getifaddr en0)", "scss-watch": "sass --watch scss:assets/css/extended" }, - "version": "3.0.1" + "version": "4.0.0" }