Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Sep 27, 2024
1 parent 8f8daae commit 8ebcc9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.4](https://github.com/sverrehu/dirsearch/compare/v0.1.3...v0.1.4) (2024-09-27)


### Bug Fixes

* **deps:** update undertow.version to v2.3.15.final ([#87](https://github.com/sverrehu/dirsearch/issues/87)) ([2c36ec1](https://github.com/sverrehu/dirsearch/commit/2c36ec104f0fd6d08f65231602869ec27b255c6f))
* **deps:** update undertow.version to v2.3.16.final ([#95](https://github.com/sverrehu/dirsearch/issues/95)) ([daf5979](https://github.com/sverrehu/dirsearch/commit/daf59792b2c8adc07d0670c41763b081f1059a9a))
* **deps:** update undertow.version to v2.3.17.final ([#96](https://github.com/sverrehu/dirsearch/issues/96)) ([37f988f](https://github.com/sverrehu/dirsearch/commit/37f988f52076fb1ffbf03bdc9cd86e2a77c4713b))

## [0.1.3](https://github.com/sverrehu/dirsearch/compare/v0.1.2...v0.1.3) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>no.shhsoft</groupId>
<artifactId>dirsearch</artifactId>
<packaging>jar</packaging>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>DirSearch - A Directory Search Tool.</description>
Expand Down

0 comments on commit 8ebcc9a

Please sign in to comment.