Skip to content

Commit

Permalink
chore(release): 1.0.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.12](v1.0.11...v1.0.12) (2021-07-17)

### Bug Fixes

* npx, yarn dlx ([#359](#359)) ([7819003](7819003))
  • Loading branch information
semantic-release-bot committed Jul 17, 2021
1 parent 7819003 commit cafb7e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# aws-spot-price changelog

## [1.0.12](https://github.com/hoonoh/aws-spot-price/compare/v1.0.11...v1.0.12) (2021-07-17)


### Bug Fixes

* npx, yarn dlx ([#359](https://github.com/hoonoh/aws-spot-price/issues/359)) ([7819003](https://github.com/hoonoh/aws-spot-price/commit/7819003bedd8f7029a85c8db25c740c5af6b9e99))

## [1.0.11](https://github.com/hoonoh/aws-spot-price/compare/v1.0.10...v1.0.11) (2021-06-28)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-spot-price",
"version": "1.0.11",
"version": "1.0.12",
"description": "CLI utility to list current global AWS EC2 Spot Instance prices.",
"keywords": [
"aws",
Expand Down Expand Up @@ -41,7 +41,6 @@
"lint": "eslint \"**/*.ts\"",
"types": "tsc",
"semantic-release": "semantic-release",
"postinstall": "husky install",
"postpublish": "pinst --enable"
},
"config": {
Expand Down

0 comments on commit cafb7e6

Please sign in to comment.