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-03-18 15:17:27 +0300
committerHenk Verlinde <henk@ventizo.com>2021-03-18 15:17:27 +0300
commit41f9d0ee49077b3440c119eaf6c5d955f56127f2 (patch)
tree636b8809ece845889f2f65857613175738d63d98
parent6cac43748fd36b66697bd37d748efcd3e589a755 (diff)
chore(release): 0.2.1v0.2.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--data/doks.json2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74ad4b1..1f305b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
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.1](https://github.com/h-enk/doks/compare/v0.2.0...v0.2.1) (2021-03-18)
+
+
+### Bug Fixes
+
+* update package.json for npm workflow ([83b2c0e](https://github.com/h-enk/doks/commit/83b2c0e002e09aabc0f4b1e8fb30353151707d8b))
+
## [0.2.0](https://github.com/h-enk/doks/compare/v0.1.6...v0.2.0) (2021-03-18)
diff --git a/data/doks.json b/data/doks.json
index 84e0b39..f65569f 100644
--- a/data/doks.json
+++ b/data/doks.json
@@ -1,4 +1,4 @@
{
"name": "doks",
- "version": "0.2.0"
+ "version": "0.2.1"
}
diff --git a/package-lock.json b/package-lock.json
index e5895b0..55c3eff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@hyas/doks",
- "version": "0.2.0",
+ "version": "0.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 7f7ddd6..a37ff18 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
- "version": "0.2.0",
+ "version": "0.2.1",
"hugo-bin": {
"buildTags": "extended"
},