From cf825320068bf26eb7b5f45f5ce7d7b608d4bde7 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Mon, 5 Jul 2021 12:26:13 +0200 Subject: [PATCH] 0.3.3 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bb9c7..3d918e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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). +#### [v0.3.3](https://github.com/h-enk/doks/compare/v0.3.2...v0.3.3) + +- Add Mermaid support [`#369`](https://github.com/h-enk/doks/pull/369) +- Fix lint tests on Linux. [`#373`](https://github.com/h-enk/doks/pull/373) +- feat: add mermaid [`f1fa5c5`](https://github.com/h-enk/doks/commit/f1fa5c5936558ff0b62d8a150bf303629bf50840) +- content: remove temporary mermaid examples [`e4fc868`](https://github.com/h-enk/doks/commit/e4fc8681623685bf20f8e6568a69b5b6c4d81d16) +- fix: update package-lock.json [`3797685`](https://github.com/h-enk/doks/commit/379768538d584676d40c99432f8b49f20c2c0562) + #### [v0.3.2](https://github.com/h-enk/doks/compare/v0.3.1...v0.3.2) +> 5 July 2021 + - feat: update netlify workflow [`692efd6`](https://github.com/h-enk/doks/commit/692efd66692173a651c4b91d2ff3bc5f584a8a31) #### [v0.3.1](https://github.com/h-enk/doks/compare/v0.3.0...v0.3.1) diff --git a/package-lock.json b/package-lock.json index 7a9061d..e077b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hyas/doks", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hyas/doks", - "version": "0.3.2", + "version": "0.3.3", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 3bafdd4..2da1798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyas/doks", "description": "Doks theme", - "version": "0.3.2", + "version": "0.3.3", "browserslist": [ "defaults" ],