Skip to content

Commit

Permalink
chore(release): 0.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semrel-extra-bot committed Sep 22, 2023
1 parent 3a2bd3d commit 258c1ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 258c1ff

Please sign in to comment.