Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-05-08)

### Bug Fixes

* fix import of rx-text-search to prevent error during execution ([7fb3722](7fb3722))
  • Loading branch information
semantic-release-bot committed May 8, 2021
1 parent 7fb3722 commit f81ae9c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/BerniWittmann/vue-unused-components-checker/compare/v1.1.1...v1.1.2) (2021-05-08)


### Bug Fixes

* fix import of rx-text-search to prevent error during execution ([7fb3722](https://github.com/BerniWittmann/vue-unused-components-checker/commit/7fb3722b18ef84d2f510d4101638fc08a20e1677))

## [1.1.1](https://github.com/BerniWittmann/vue-unused-components-checker/compare/v1.1.0...v1.1.1) (2021-05-08)


Expand Down
23 changes: 21 additions & 2 deletions dist/checker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/checker.js.map

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": "vue-unused-components-checker",
"version": "1.1.1",
"version": "1.1.2",
"description": "Check your Vue project for unused Components",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f81ae9c

Please sign in to comment.