Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2020-06-23)

### Bug Fixes

* convert object to string for writeFileSync ([d0da8e4](d0da8e4))
* do not cleanup tmp files on dry run ([85a2bbc](85a2bbc))
* use ssri module to stabilize hashing ([9d9ccc1](9d9ccc1))

### Features

* re-implement error codes, fix hard coded dependency path ([0326b76](0326b76))
* rename assets.json to eik.json ([e8bd24d](e8bd24d))
  • Loading branch information
semantic-release-bot committed Jun 23, 2020
1 parent 85a2bbc commit 1afbea3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/eik-lib/cli/compare/v1.0.0...v1.1.0) (2020-06-23)


### Bug Fixes

* convert object to string for writeFileSync ([d0da8e4](https://github.com/eik-lib/cli/commit/d0da8e4c934a0347e0d71ac48edb6dab4b454d55))
* do not cleanup tmp files on dry run ([85a2bbc](https://github.com/eik-lib/cli/commit/85a2bbc9a425122bc884840558fcf89af5a28212))
* use ssri module to stabilize hashing ([9d9ccc1](https://github.com/eik-lib/cli/commit/9d9ccc16340172d11bc9c98eb311f8ee77ddb320))


### Features

* re-implement error codes, fix hard coded dependency path ([0326b76](https://github.com/eik-lib/cli/commit/0326b760fb53dca63fd4b233bfcf60dd50655ec8))
* rename assets.json to eik.json ([e8bd24d](https://github.com/eik-lib/cli/commit/e8bd24d8818606dd2648110a9ab0068279daa45b))

# 1.0.0 (2020-06-15)


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": "@eik/cli",
"version": "1.1.0-beta.1",
"version": "1.1.0",
"description": "Cli tool for publishing assets",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1afbea3

Please sign in to comment.