Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.0...v2.0.0) (2021-02-08)

* feat!: add type field to eik config schema ([d9bd0c4](d9bd0c4))

### BREAKING CHANGES

* valid eik config object is now required when instantiating EikConfig class
  • Loading branch information
semantic-release-bot committed Feb 8, 2021
1 parent db4c54c commit 2880b42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/eik-lib/common/compare/v1.6.0...v2.0.0) (2021-02-08)


* feat!: add type field to eik config schema ([d9bd0c4](https://github.com/eik-lib/common/commit/d9bd0c4bceee07506fb8e1efc3d2c09715a10062))


### BREAKING CHANGES

* valid eik config object is now required when instantiating EikConfig class

# [1.6.0](https://github.com/eik-lib/common/compare/v1.5.0...v1.6.0) (2021-01-27)


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/common",
"version": "1.6.0",
"version": "2.0.0",
"description": "Common utilities for Eik modules",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 2880b42

Please sign in to comment.