Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jun 4, 2021
1 parent 4839409 commit 83acd7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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/getdoks.org/compare/v0.2.0...v0.2.1) (2021-06-04)


### Bug Fixes

* make permalink absolute ([449094c](https://github.com/h-enk/getdoks.org/commit/449094c5bb3bfe26a94c89b82b2ce34a451fc336))
* replaces possible backslash for win environments ([b3754d8](https://github.com/h-enk/getdoks.org/commit/b3754d88b4422749d25ef29ade571d0b03704c42))


### Dependencies

* bump versions to latest ([e485be3](https://github.com/h-enk/getdoks.org/commit/e485be360fe53200cc7e97c6adf6d8a1f7b46c12))

## [0.2.0](https://github.com/h-enk/getdoks.org/compare/v0.1.4...v0.2.0) (2021-04-02)


Expand Down
2 changes: 1 addition & 1 deletion data/getdoks.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "getdoks",
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getdoks",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"hugo-bin": {
"buildTags": "extended"
Expand Down

0 comments on commit 83acd7b

Please sign in to comment.