Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and davidwinter committed Oct 3, 2022
1 parent e87724e commit c4ab9cb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [2.0.0](https://github.com/davidwinter/readysteady/compare/v1.1.4...v2.0.0) (2022-10-03)


### ⚠ BREAKING CHANGES

* require nodejs 14 minimum
* requires nodejs 12 minimum

### Features

* require nodejs 14 minimum ([97af5f8](https://github.com/davidwinter/readysteady/commit/97af5f8842447c7785bdab52534fed8b322dd504))
* requires nodejs 12 minimum ([8b9d393](https://github.com/davidwinter/readysteady/commit/8b9d393d71df9db2d249d08dfc571fae580d6702))


### Bug Fixes

* ensure error thrown if issue with creating draft release ([07813ef](https://github.com/davidwinter/readysteady/commit/07813ef1683ec629f163abb77ead65602aad38ac))
* whitespace ([f01cfec](https://github.com/davidwinter/readysteady/commit/f01cfec1507dbbca536b0d47eba13cab74e54f95))


### Miscellaneous Chores

* release 2.0.0 ([46a3d15](https://github.com/davidwinter/readysteady/commit/46a3d155d98e839fe7dec216d999be095c861d59))
* release 2.0.0 ([806a0f5](https://github.com/davidwinter/readysteady/commit/806a0f5186c7707046e97383f8a762c46b98961f))
* release 2.0.0 ([07a1070](https://github.com/davidwinter/readysteady/commit/07a1070bfafdae7ba9b1fd71186eb6e7d55de33f))
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "readysteady",
"type": "module",
"version": "1.1.4",
"version": "2.0.0",
"description": "A simple way to upload your assets and prepare a new draft release on GitHub",
"main": "index.js",
"bin": "./cli.js",
Expand Down

0 comments on commit c4ab9cb

Please sign in to comment.