Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-03-04)

### Bug Fixes

* add missing files from previous commits ([24e50e6](24e50e6))
* add missing line 'strategy' ([#20](#20)) ([d7e28ec](d7e28ec))
* add missing quite handling for stdout ([47f3441](47f3441))
* add semantic-release dependencies ([#300](#300)) ([d29baa0](d29baa0))
* added missing red hat linux definition ([90d247c](90d247c))
* fix credential timeout bug & update related mocks ([1309500](1309500))
* fix linting errors ([8c28e22](8c28e22))
* fix npm dist-tag 401 error ([#21](#21)) ([ff19902](ff19902))
* fix patch-package issue ([#23](#23)) ([17191f2](17191f2))
* fix release routine on bad builds ([#17](#17)) ([b8665df](b8665df))
* fix windows bug & removed bad deps ([c061f5d](c061f5d))
* handle RequestLimitExceeded error ([ed475c9](ed475c9))
* set default limit if unset ([a4431ae](a4431ae))
* update & fix ec2-types families ([1b4237d](1b4237d))
* update ec2-types ([#198](#198)) ([d71867e](d71867e))
* update ec2-types ([#244](#244)) ([e5836a1](e5836a1))
* update ec2-types ([#246](#246)) ([1a46061](1a46061))
* update ec2-types ([#263](#263)) ([af3c26d](af3c26d))
* update ec2-types ([#268](#268)) ([42208de](42208de))
* update ec2-types ([#283](#283)) ([aff20f8](aff20f8))
* update ec2-types ([#298](#298)) ([6c9c557](6c9c557))
* update ec2-types ([#314](#314)) ([2bd6993](2bd6993))
* update ec2-types ([#315](#315)) ([24d33c2](24d33c2))
* update ec2-types ([#316](#316)) ([f9c7134](f9c7134))
* update ec2-types ([#318](#318)) ([bb91c08](bb91c08))
* update ec2-types ([#319](#319)) ([7441fc9](7441fc9))
* update ec2-types ([#32](#32)) ([4071568](4071568))
* update ec2-types ([#328](#328)) ([d04d162](d04d162))
* update ec2-types ([#335](#335)) ([9670000](9670000))
* update ec2-types ([#336](#336)) ([de66c2b](de66c2b))
* update ec2-types ([#35](#35)) ([655c9c8](655c9c8))
* update npmignore ([#18](#18)) ([df74725](df74725))

### Features

* add instance family option ([c6e211c](c6e211c))
* **cli:** add JSON output option ([#14](#14)) ([e55117f](e55117f))
* add module ([#26](#26)) ([82cba10](82cba10))
* add ui mode ([0bf8a0f](0bf8a0f))
* added regions option ([62c569b](62c569b))
* allow using familyType or size option by itself ([6e2e2cb](6e2e2cb))
* log out selected options ([b558271](b558271))
* major update ([#308](#308)) ([eabf349](eabf349))

### Performance Improvements

* distribute via webpack bundling ([#22](#22)) ([d55023e](d55023e))

### Reverts

* Revert "chore(deps): update all non-major dependencies (#249)" (#252) ([2ce6a55](2ce6a55)), closes [#249](#249) [#252](#252)

### BREAKING CHANGES

* options & outputs changed
  • Loading branch information
semantic-release-bot committed Mar 4, 2021
1 parent 0e647b2 commit 4367522
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# aws-spot-price changelog

# 1.0.0 (2021-03-04)


### Bug Fixes

* add missing files from previous commits ([24e50e6](https://github.com/hoonoh/aws-spot-price/commit/24e50e62f2f94f3b44a0501cd5ed38c0e40e0cb2))
* add missing line 'strategy' ([#20](https://github.com/hoonoh/aws-spot-price/issues/20)) ([d7e28ec](https://github.com/hoonoh/aws-spot-price/commit/d7e28ec49647a37748dd2aba24e8419a5ffaf238))
* add missing quite handling for stdout ([47f3441](https://github.com/hoonoh/aws-spot-price/commit/47f34419eb10848fc247d58dccf0837dc7a72fe6))
* add semantic-release dependencies ([#300](https://github.com/hoonoh/aws-spot-price/issues/300)) ([d29baa0](https://github.com/hoonoh/aws-spot-price/commit/d29baa0486df40297cdfd4e034b97e684b5edc91))
* added missing red hat linux definition ([90d247c](https://github.com/hoonoh/aws-spot-price/commit/90d247c5b9dcfb6ee8821830e8b7c0254554c8fb))
* fix credential timeout bug & update related mocks ([1309500](https://github.com/hoonoh/aws-spot-price/commit/1309500579dff698b9f73db66da5c182219a51ac))
* fix linting errors ([8c28e22](https://github.com/hoonoh/aws-spot-price/commit/8c28e22424cbb44bab1d5a9eb7462bd4d3d717ca))
* fix npm dist-tag 401 error ([#21](https://github.com/hoonoh/aws-spot-price/issues/21)) ([ff19902](https://github.com/hoonoh/aws-spot-price/commit/ff199027e7daaa62280377638567004d67db4828))
* fix patch-package issue ([#23](https://github.com/hoonoh/aws-spot-price/issues/23)) ([17191f2](https://github.com/hoonoh/aws-spot-price/commit/17191f29e1055ab8cb7782c253132181a6142918))
* fix release routine on bad builds ([#17](https://github.com/hoonoh/aws-spot-price/issues/17)) ([b8665df](https://github.com/hoonoh/aws-spot-price/commit/b8665df77b1224ee4ed575d4c4257eb1eb79326e))
* fix windows bug & removed bad deps ([c061f5d](https://github.com/hoonoh/aws-spot-price/commit/c061f5d093848badf2fd3dd7d1d89a2bcf40158c))
* handle RequestLimitExceeded error ([ed475c9](https://github.com/hoonoh/aws-spot-price/commit/ed475c9b17524c6416634b86c383738a975d996d))
* set default limit if unset ([a4431ae](https://github.com/hoonoh/aws-spot-price/commit/a4431ae35266b0f00035f108d8904ad9f928daa5))
* update & fix ec2-types families ([1b4237d](https://github.com/hoonoh/aws-spot-price/commit/1b4237def08bd9fd0eeaad7f97b84f78bfad2a52))
* update ec2-types ([#198](https://github.com/hoonoh/aws-spot-price/issues/198)) ([d71867e](https://github.com/hoonoh/aws-spot-price/commit/d71867ea0c6cc705e0196baaadf1c501d330693d))
* update ec2-types ([#244](https://github.com/hoonoh/aws-spot-price/issues/244)) ([e5836a1](https://github.com/hoonoh/aws-spot-price/commit/e5836a163cc856ce73bc7418093cf27a318cda3a))
* update ec2-types ([#246](https://github.com/hoonoh/aws-spot-price/issues/246)) ([1a46061](https://github.com/hoonoh/aws-spot-price/commit/1a460614d255887fec2b6fe41a910c6093877781))
* update ec2-types ([#263](https://github.com/hoonoh/aws-spot-price/issues/263)) ([af3c26d](https://github.com/hoonoh/aws-spot-price/commit/af3c26d7fb3769c0835006c2031483368f227228))
* update ec2-types ([#268](https://github.com/hoonoh/aws-spot-price/issues/268)) ([42208de](https://github.com/hoonoh/aws-spot-price/commit/42208de8d330a802c0affc2b187b66a827d11d21))
* update ec2-types ([#283](https://github.com/hoonoh/aws-spot-price/issues/283)) ([aff20f8](https://github.com/hoonoh/aws-spot-price/commit/aff20f84c85e3ce4b9b31e6961112ee19206e661))
* update ec2-types ([#298](https://github.com/hoonoh/aws-spot-price/issues/298)) ([6c9c557](https://github.com/hoonoh/aws-spot-price/commit/6c9c557adf45580f537718db2c4038d3a17da166))
* update ec2-types ([#314](https://github.com/hoonoh/aws-spot-price/issues/314)) ([2bd6993](https://github.com/hoonoh/aws-spot-price/commit/2bd6993cc94e41ab0bfb0acf82e0879fa7a018a6))
* update ec2-types ([#315](https://github.com/hoonoh/aws-spot-price/issues/315)) ([24d33c2](https://github.com/hoonoh/aws-spot-price/commit/24d33c2126117d732debea66bd78c085f4d9bc3d))
* update ec2-types ([#316](https://github.com/hoonoh/aws-spot-price/issues/316)) ([f9c7134](https://github.com/hoonoh/aws-spot-price/commit/f9c71348e0bd87907137f5ba3ba395fcd2dc3ac0))
* update ec2-types ([#318](https://github.com/hoonoh/aws-spot-price/issues/318)) ([bb91c08](https://github.com/hoonoh/aws-spot-price/commit/bb91c084340cca79878f57ea2eea2f9317b0615d))
* update ec2-types ([#319](https://github.com/hoonoh/aws-spot-price/issues/319)) ([7441fc9](https://github.com/hoonoh/aws-spot-price/commit/7441fc91e0e88a0de77d058310be2b981e28f895))
* update ec2-types ([#32](https://github.com/hoonoh/aws-spot-price/issues/32)) ([4071568](https://github.com/hoonoh/aws-spot-price/commit/4071568465ab0b6c885ec3f74b5493e96e445a54))
* update ec2-types ([#328](https://github.com/hoonoh/aws-spot-price/issues/328)) ([d04d162](https://github.com/hoonoh/aws-spot-price/commit/d04d1629a93dddfcc36d895831bb146c69b71406))
* update ec2-types ([#335](https://github.com/hoonoh/aws-spot-price/issues/335)) ([9670000](https://github.com/hoonoh/aws-spot-price/commit/96700006b925cc58389b3d0698d8459a5fa255c9))
* update ec2-types ([#336](https://github.com/hoonoh/aws-spot-price/issues/336)) ([de66c2b](https://github.com/hoonoh/aws-spot-price/commit/de66c2b602d17fe9b0153b8f5193c415ef3bf921))
* update ec2-types ([#35](https://github.com/hoonoh/aws-spot-price/issues/35)) ([655c9c8](https://github.com/hoonoh/aws-spot-price/commit/655c9c8434dcdfa17acccfb6556b96c4bf2e68bb))
* update npmignore ([#18](https://github.com/hoonoh/aws-spot-price/issues/18)) ([df74725](https://github.com/hoonoh/aws-spot-price/commit/df7472501185a6dfd97c8f10dabfbc1254d41278))


### Features

* add instance family option ([c6e211c](https://github.com/hoonoh/aws-spot-price/commit/c6e211c2b33fe8bad47bef4bc2c762d96966cf72))
* **cli:** add JSON output option ([#14](https://github.com/hoonoh/aws-spot-price/issues/14)) ([e55117f](https://github.com/hoonoh/aws-spot-price/commit/e55117f1024c3834d8cf2f083c3509d5736936cc))
* add module ([#26](https://github.com/hoonoh/aws-spot-price/issues/26)) ([82cba10](https://github.com/hoonoh/aws-spot-price/commit/82cba10c693e2070f97d0f731f300798067f13a8))
* add ui mode ([0bf8a0f](https://github.com/hoonoh/aws-spot-price/commit/0bf8a0f4c308e84a5df3db8922a4659d7c6e7366))
* added regions option ([62c569b](https://github.com/hoonoh/aws-spot-price/commit/62c569b33785d7a80ef5ae1fcfdb148db31f3b6c))
* allow using familyType or size option by itself ([6e2e2cb](https://github.com/hoonoh/aws-spot-price/commit/6e2e2cb6404e7165e79d06d301c59552d1bf92b0))
* log out selected options ([b558271](https://github.com/hoonoh/aws-spot-price/commit/b558271e9ce8067928ee67a2895e5899020653c2))
* major update ([#308](https://github.com/hoonoh/aws-spot-price/issues/308)) ([eabf349](https://github.com/hoonoh/aws-spot-price/commit/eabf349c1dff4f14938ba8d3889cfc43d8b795ae))


### Performance Improvements

* distribute via webpack bundling ([#22](https://github.com/hoonoh/aws-spot-price/issues/22)) ([d55023e](https://github.com/hoonoh/aws-spot-price/commit/d55023e987f003e13060f1e6d98989e86ce0d6ec))


### Reverts

* Revert "chore(deps): update all non-major dependencies (#249)" (#252) ([2ce6a55](https://github.com/hoonoh/aws-spot-price/commit/2ce6a55ed73a23e8052b61fb7cdd59295c358533)), closes [#249](https://github.com/hoonoh/aws-spot-price/issues/249) [#252](https://github.com/hoonoh/aws-spot-price/issues/252)


### BREAKING CHANGES

* options & outputs changed

## [1.0.9](https://github.com/hoonoh/aws-spot-price/compare/v1.0.8...v1.0.9) (2021-03-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-spot-price",
"version": "1.0.9",
"version": "1.0.0",
"description": "CLI utility to list current global AWS EC2 Spot Instance prices.",
"keywords": [
"aws",
Expand Down

0 comments on commit 4367522

Please sign in to comment.