Skip to content

Commit

Permalink
version bump (#222)
Browse files Browse the repository at this point in the history
* chore(release): 2.1.1
* rebuild action; bump version
  • Loading branch information
nkrusch authored Oct 25, 2022
1 parent c0b4d79 commit 569e87b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [2.1.1](https://github.com/MobileFirstLLC/cws-publish/compare/2.1.0...2.1.1) (2022-10-25)

dependency updates:

* **deps:** update dependency commander to v9.4.1 ([#204](https://github.com/MobileFirstLLC/cws-publish/issues/204)) ([61a1a9c](https://github.com/MobileFirstLLC/cws-publish/commit/61a1a9cc0b91e9ed2186e1c3280ae2fbe22a6cba))
* **deps:** update dependency google-auth-library to v8.6.0 ([#215](https://github.com/MobileFirstLLC/cws-publish/issues/215)) ([826a6e4](https://github.com/MobileFirstLLC/cws-publish/commit/826a6e458196c623085e0ed84385254096b430cf))
* **deps:** update dependency superagent to v8.0.3 ([#219](https://github.com/MobileFirstLLC/cws-publish/issues/219)) ([ef4d3b6](https://github.com/MobileFirstLLC/cws-publish/commit/ef4d3b6c9485abe9d8191bcfdaba87b9a1c973a5))

## [2.1.0](https://github.com/MobileFirstLLC/cws-publish/compare/2.1.0-beta.0...2.1.0) (2022-06-06)

### [2.1.0-beta.0](https://github.com/MobileFirstLLC/cws-publish/compare/2.0.8...2.1.0-beta.0) (2022-06-06)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: curl ${{ secrets.PREBUILT_URL }} -o ./release.zip

- name: Dry run with current tag ⬆️
uses: mobilefirstllc/[email protected].0
uses: mobilefirstllc/[email protected].1
with:
action: 'upload'
client_id: ${{ secrets.CLIENT }}
Expand Down
6 changes: 3 additions & 3 deletions action/index.js

Large diffs are not rendered by default.

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": "cws-publish",
"version": "2.1.0",
"version": "2.1.1",
"description": "Upload chrome extensions to chrome web store using CI",
"homepage": "https://github.com/MobileFirstLLC/cws-publish",
"scripts": {
Expand Down

0 comments on commit 569e87b

Please sign in to comment.