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>2020-11-17 11:17:10 +0300
committerHenk Verlinde <henk@ventizo.com>2020-11-17 11:17:10 +0300
commitabaaaef6d6056133737d285868e8f8c748b6cc46 (patch)
treeee5c7a90c953364b06fb7aac9577ed0620af92cb
parentd326669c1d170cd5a76df1faafea472f3132fdf5 (diff)
chore(release): 0.1.3v0.1.3
-rw-r--r--CHANGELOG.md8
-rw-r--r--data/doks.json4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d1df38..d8f6e87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
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.1.3](https://github.com/h-enk/doks/compare/v0.1.2...v0.1.3) (2020-11-17)
+
+
+### Dependencies
+
+* add doks version file ([f8dcfbe](https://github.com/h-enk/doks/commit/f8dcfbeebfda5fef533b9b7bc2463fa0dfafd5fa))
+* update doks version file ([d326669](https://github.com/h-enk/doks/commit/d326669c1d170cd5a76df1faafea472f3132fdf5))
+
### [0.1.2](https://github.com/h-enk/doks/compare/v0.1.1...v0.1.2) (2020-11-17)
diff --git a/data/doks.json b/data/doks.json
index bc8c473..e301904 100644
--- a/data/doks.json
+++ b/data/doks.json
@@ -1,4 +1,4 @@
{
"name": "doks",
- "version": "0.1.2"
-} \ No newline at end of file
+ "version": "0.1.3"
+}