Skip to content

Commit

Permalink
chore(release): v1.1.0 by CI
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2019-11-17)

### Features

* **input:** new component input ([483e01b](483e01b))
* **select:** new component select ([a2fbe71](a2fbe71))
  • Loading branch information
semantic-release-bot committed Nov 17, 2019
1 parent a2fbe71 commit db9587e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/bndynet/web-components/compare/v1.0.0...v1.1.0) (2019-11-17)


### Features

* **input:** new component input ([483e01b](https://github.com/bndynet/web-components/commit/483e01b))
* **select:** new component select ([a2fbe71](https://github.com/bndynet/web-components/commit/a2fbe71))

# 1.0.0 (2019-11-07)


Expand Down
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,6 +1,6 @@
{
"name": "@bndynet/web-components",
"version": "1.0.0",
"version": "1.1.0",
"description": "Web components based on bootstrap",
"main": "dist/web-components.umd.js",
"module": "dist/web-components.es5.js",
Expand Down

0 comments on commit db9587e

Please sign in to comment.