Skip to content

Commit

Permalink
chore(release): 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dickerson committed Nov 25, 2024
1 parent d201926 commit a4e2965
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [5.11.2](https://github.com/bullhorn/dataloader/compare/v5.11.1...v5.11.2) (2024-11-25)


### Bug Fixes

* **Build:** Fixing the travis build pre-deploy step ([d201926](https://github.com/bullhorn/dataloader/commit/d201926d46859d02ad20e2d54406e2c495fe27a5))

### [5.11.1](https://github.com/bullhorn/dataloader/compare/v5.11.0...v5.11.1) (2024-11-25)


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": "dataloader-build-tools",
"version": "5.11.1",
"version": "5.11.2",
"description": "Extra build tools outside of Maven, including release tools and git hooks.",
"license": "AGPL-3.0",
"scripts": {
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>com.bullhorn</groupId>
<artifactId>dataloader</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<packaging>jar</packaging>

<name>dataloader</name>
Expand Down

0 comments on commit a4e2965

Please sign in to comment.