diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c10e4cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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.2 (2021-03-26) + + +### Features + +* add doks as a node module ([cfed05e](https://github.com/h-enk/doks/commit/cfed05efaf7b4191b2bdca4c91405c6cabc8396c)) + + +### Dependencies + +* bump versions to latest ([997a7dd](https://github.com/h-enk/doks/commit/997a7dd7250b3dc0fe23c92ebf83ed21c9ba2d6b)) diff --git a/package-lock.json b/package-lock.json index 119ddbe..39f62ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "doks-child-theme", - "version": "0.1.0", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fd25c12..ed47b4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "doks-child-theme", "description": "Doks child theme", - "version": "0.1.0", + "version": "0.2.2", "hugo-bin": { "buildTags": "extended" },