Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 19, 2020
1 parent 201914b commit 6489cba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.3](https://github.com/nuxt/components/compare/v1.0.2...v1.0.3) (2020-06-19)


### Bug Fixes

* **installComponents:** avoid function shorthand for IE support (fixes [#56](https://github.com/nuxt/components/issues/56)) ([201914b](https://github.com/nuxt/components/commit/201914bd71b4b4c7215e0da1d705984991a38b53))

### [1.0.2](https://github.com/nuxt/components/compare/v1.0.1...v1.0.2) (2020-06-19)

### [1.0.1](https://github.com/nuxt/components/compare/v1.0.0...v1.0.1) (2020-06-19)
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": "@nuxt/components",
"version": "1.0.2",
"version": "1.0.3",
"description": "Auto Import Components for Nuxt.js",
"repository": "nuxt/components",
"license": "MIT",
Expand Down

0 comments on commit 6489cba

Please sign in to comment.