This commit is contained in:
Henk Verlinde 2021-07-05 12:26:13 +02:00
parent 0ea988a346
commit cf82532006
3 changed files with 13 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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": {

View File

@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
"version": "0.3.2",
"version": "0.3.3",
"browserslist": [
"defaults"
],