Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Feb 17, 2023
1 parent 0ade358 commit 4e6bb23
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.0.1...v3.0.2) (2023-02-17)


### Bug Fixes

* include dot-files support in glob selection ([#9](https://github.com/OctopusDeploy/create-zip-package-action/issues/9)) ([0ade358](https://github.com/OctopusDeploy/create-zip-package-action/commit/0ade35867834cef731c42bfab064787a96293e59))

## [3.0.1](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.0.0...v3.0.1) (2023-01-31)


Expand Down
5 changes: 3 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octopusdeploy/api-client": "^v3.0.3",
"@octopusdeploy/api-client": "^v3.0.4",
"glob": "^8.1.0"
},
"description": "GitHub Action to create a Zip package for Octopus Deploy",
Expand Down Expand Up @@ -86,5 +86,5 @@
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
},
"version": "3.0.1"
}
"version": "3.0.2"
}

0 comments on commit 4e6bb23

Please sign in to comment.