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-04-02 21:03:28 +0300
committerHenk Verlinde <henk@ventizo.com>2021-04-02 21:03:28 +0300
commitea2deac20dd82e828f5f05fd9a79d50282f12d82 (patch)
tree5b69bfc6bf5adbc1a85af762262eaf8663a6ecf4
parent6a199610a74f063e1a9c6da362398adcf01fc0d9 (diff)
chore(release): 0.2.3v0.2.3
-rw-r--r--CHANGELOG.md18
-rw-r--r--data/doks.json2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 21 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76090e0..8e64ad5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [0.2.3](https://github.com/h-enk/doks/compare/v0.2.2...v0.2.3) (2021-04-02)
+
+
+### Features
+
+* update for netlify dev support ([10d0b45](https://github.com/h-enk/doks/commit/10d0b45203003a43727521dc9f5c35e655500309))
+
+
+### Bug Fixes
+
+* add class user added to img-simple shortcode ([bce8863](https://github.com/h-enk/doks/commit/bce8863269dd036146d5b6e447d67a23de70227d))
+* drop npm workflow ([977bbda](https://github.com/h-enk/doks/commit/977bbdad82e8e21599e1fcfc0d93fc4e448cf2af))
+
+
+### Dependencies
+
+* bump versions to latest ([171293a](https://github.com/h-enk/doks/commit/171293a692450d45348be2870434db2a01578de9))
+
### [0.2.2](https://github.com/h-enk/doks/compare/v0.2.1...v0.2.2) (2021-03-26)
diff --git a/data/doks.json b/data/doks.json
index 27dd247..fdd05fa 100644
--- a/data/doks.json
+++ b/data/doks.json
@@ -1,4 +1,4 @@
{
"name": "doks",
- "version": "0.2.2"
+ "version": "0.2.3"
}
diff --git a/package-lock.json b/package-lock.json
index bebcbb1..ecbbf27 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@hyas/doks",
- "version": "0.2.2",
+ "version": "0.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 7ac4512..ffe65a7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
- "version": "0.2.2",
+ "version": "0.2.3",
"hugo-bin": {
"buildTags": "extended"
},