diff --git a/CHANGELOG.md b/CHANGELOG.md index 7251168..8c17eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 0.1.1 +#### [v0.1.5](https://github.com/AdamXweb/HuTasker/compare/v0.1.1...v0.1.5) + +- chore: fix baseurl for deploy [`6918b5e`](https://github.com/AdamXweb/HuTasker/commit/6918b5ee02860115c2202944b8623d1101ca7763) +- Merge pull request #20 from AdamXweb/feature/categories [`737e65f`](https://github.com/AdamXweb/HuTasker/commit/737e65f7ac50c693145cae77837219d5d679c178) +- feat: hugo build pages from json for categories [`13cd21e`](https://github.com/AdamXweb/HuTasker/commit/13cd21ee713147d0e5235210ae45db44a7803a2c) + +#### v0.1.1 + +> 18 July 2022 - feat: initial commit [`cbf780d`](https://github.com/AdamXweb/HuTasker/commit/cbf780da43f820f6c4306bf8cbb329513528781f) - feat: Task pulls data from API through hugo #12 [`307a5c0`](https://github.com/AdamXweb/HuTasker/commit/307a5c0b9a18684c8ba83e08d7eb5d33ef6d75b9) diff --git a/package.json b/package.json index 52ea0fb..dd2c840 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hutasker-template", "description": "HuTasker", - "version": "0.1.1", + "version": "0.1.5", "engines": { "node": ">=16.16.0" },