Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-07-05 13:26:13 +0300
committerHenk Verlinde <henk@ventizo.com>2021-07-05 13:26:13 +0300
commitcf825320068bf26eb7b5f45f5ce7d7b608d4bde7 (patch)
tree2def19cd7d653673c328b40ac9833f6fe6a368ce
parent0ea988a34652f1bee61d3bfc27fecff100c975e5 (diff)
0.3.3v0.3.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
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"
],