Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkarth committed Mar 19, 2024
1 parent b9cd2e2 commit c44930c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.1.0](https://github.com/rikkarth/tooler-tools/compare/0.0.8...0.1.0) (2024-03-19)


### Features

* **XmlHandler:** get element from xpath ([00fc2a0](https://github.com/rikkarth/tooler-tools/commits/00fc2a04f91fa448ea59e25441d477b7736e39fe))
* **zip-builder:** create ZipBuilderException ([865d638](https://github.com/rikkarth/tooler-tools/commits/865d6384731a25a67aea16fa8ebd82c9625f7db9))
* **ZipBuilder:** base implementation ([aa8cceb](https://github.com/rikkarth/tooler-tools/commits/aa8cceb6b599dfd7dee6492fabdbfeb0a5ef3f36))

### 0.0.8 (2023-12-14)


Expand Down
4 changes: 2 additions & 2 deletions 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": "pt.codeforge.tooler-tools",
"version": "0.0.8",
"version": "0.1.0",
"description": "Versatile library for backend and CLI developers, offers a growing collection of",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit c44930c

Please sign in to comment.