Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
## 1.0.0 (2021-08-27)

### Features

* add minimalistic engine checker wrapper ([76438fe](76438fe))

### Bug Fixes

* add proper exports and instructions ([a803f72](a803f72))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed Aug 27, 2021
1 parent a803f72 commit 7764352
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 1.0.0 (2021-08-27)


### Features

* add minimalistic engine checker wrapper ([76438fe](https://github.com/open-sauced/check-engines/commit/76438fe8052ca0c370c3b901b3fdb529c608d400))


### Bug Fixes

* add proper exports and instructions ([a803f72](https://github.com/open-sauced/check-engines/commit/a803f7261e4244c25afb8fb8c7bede52ace5068c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-sauced/check-engines",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"bin": {
"check-engines": "index.js"
Expand Down

0 comments on commit 7764352

Please sign in to comment.