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" },