Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Jan 23, 2021
1 parent aa24248 commit cd31f84
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
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.

### [6.0.2](https://github.com/optimistex/ngx-select-ex/compare/v6.0.1...v6.0.2) (2021-01-23)


### Bug Fixes

* vulnerabilities ([4f261a3](https://github.com/optimistex/ngx-select-ex/commit/4f261a30eb5dd90f3780e61c28caea36bf6216cc))

### [6.0.1](https://github.com/optimistex/ngx-select-ex/compare/v5.0.3...v6.0.1) (2020-12-01)

### [5.0.3](https://github.com/optimistex/ngx-select-ex/compare/v5.0.2...v5.0.3) (2020-11-30)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
<app-demo>Loading...</app-demo>
<script src="assets/js/prettify.min.js"></script>
<!-- script files will be inserted by html-webpack-plugin -->
<script src="runtime.359d5ee4682f20e936e9.js" defer></script><script src="polyfills-es5.64eb36538e1280be9ce3.js" nomodule defer></script><script src="polyfills.05337bc8c8a2286011e7.js" defer></script><script src="main.d61ed0a164b73bea9ad5.js" defer></script></body>
<script src="runtime.359d5ee4682f20e936e9.js" defer></script><script src="polyfills-es5.64eb36538e1280be9ce3.js" nomodule defer></script><script src="polyfills.05337bc8c8a2286011e7.js" defer></script><script src="main.4609ecc8db320e4f7344.js" defer></script></body>
</html>
1 change: 1 addition & 0 deletions docs/main.4609ecc8db320e4f7344.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.d61ed0a164b73bea9ad5.js

This file was deleted.

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": "ngx-select-ex",
"version": "6.0.1",
"version": "6.0.2",
"description": "Angular based replacement for select boxes",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit cd31f84

Please sign in to comment.