Skip to content

Commit

Permalink
Merge pull request #31 from rikkarth/dev
Browse files Browse the repository at this point in the history
chore(release): 0.0.8
  • Loading branch information
rikkarth authored Dec 14, 2023
2 parents 7cb039f + 639020a commit cbddcba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.0.8 (2023-12-14)


### Features

* add update:logs command to package.json ([bebe39a](https://github.com/mokkapps/changelog-generator-demo/commits/bebe39a192eaf4402215f97b62ee66f9e7b52623))
* automated semantic versioning for pom.xml and package.json ([2583086](https://github.com/mokkapps/changelog-generator-demo/commits/2583086932dc29e9ed3338faaf66826f3a5527ef))
* initial auto-generate CHANGELOG.md setup ([6653871](https://github.com/mokkapps/changelog-generator-demo/commits/665387170b9b0d5afe0c5cae50250bda95cf7d02))
* installed versions-maven-plugin ([db31f5a](https://github.com/mokkapps/changelog-generator-demo/commits/db31f5a4861149ab9c09ef84ff0df1cab272075b))
* update README.md ([f99c2b4](https://github.com/mokkapps/changelog-generator-demo/commits/f99c2b49f0d4e27c9c98f2581a6ad22d18c37374))


### Changed

* add new type to .versionrc ([c2fbd80](https://github.com/mokkapps/changelog-generator-demo/commits/c2fbd8043d8fbe4739e13b13aace4d1b5ab849c8))

### 0.0.7 - (08-12-2023)

### Added
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.7",
"version": "0.0.8",
"description": "Versatile library for backend and CLI developers, offers a growing collection of",
"directories": {
"doc": "docs"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pt.codeforge</groupId>
<artifactId>tooler-tools</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<packaging>jar</packaging>
<name>tooler-tools</name>
<description>Versatile library for backend and CLI developers, offers a growing collection of
Expand Down

0 comments on commit cbddcba

Please sign in to comment.