diff --git a/CHANGELOG.md b/CHANGELOG.md index a31fbf1..502b43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.0.1](https://github.com/semrel-extra/tagtower/compare/v0.0.0...v0.0.1) (2023-09-22) + +### Fixes & improvements +* docs: mention git user config opts ([3a2bd3d](https://github.com/semrel-extra/tagtower/commit/3a2bd3db5729bad483532bf19c1bc0e15ffdc765)) + ## [0.0.0](https://github.com/semrel-extra/tagtower/compare/undefined...v0.0.0) (2023-09-22) ### Fixes & improvements @@ -7,5 +12,3 @@ * feat: provide git `user.name` and `user.email` configuration via tower opt ([41458e7](https://github.com/semrel-extra/tagtower/commit/41458e784068bdc8ae02f123552e493101d415be)) * feat: introduce entry boxing to hold id ([8b5cfce](https://github.com/semrel-extra/tagtower/commit/8b5cfcec82ca75c98c2910f3409fa4403006182e)) * feat: introduce CRUD-like api ([58ac4d6](https://github.com/semrel-extra/tagtower/commit/58ac4d60046a8d55be0f84c8a8a771adac0635c2)) - - diff --git a/package.json b/package.json index 28b452a..baae34f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tagtower", - "version": "0.0.0", + "version": "0.0.1", "description": "Tag-driven git index", "type": "module", "main": "target/cjs/index.cjs",