From c73ab58adc8d9d28d5cacdd891bf6a7753e4da70 Mon Sep 17 00:00:00 2001 From: Julian Torres Date: Sun, 18 Apr 2021 12:31:40 -0400 Subject: [PATCH] =?UTF-8?q?MAC-38=20=F0=9F=9A=A2=20Deploy=20v4.0.0=20(#104?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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" }