Skip to content

Commit

Permalink
chore(release): 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Jul 29, 2021
1 parent b47263a commit 7bba902
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.1.1](https://github.com/optimistex/ngx-select-ex/compare/v6.1.0...v6.1.1) (2021-07-29)


### Bug Fixes

* declaration of NgxSelectComponent.keepSelectedItems ([b47263a](https://github.com/optimistex/ngx-select-ex/commit/b47263a36d1cc3c959fe119bd2e82eef09a0a56d))

## [6.1.0](https://github.com/optimistex/ngx-select-ex/compare/v6.0.2...v6.1.0) (2021-05-11)


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.7b63b9fd40098a2e8207.js" defer></script><script src="polyfills-es5.f2352a03a9f8b7030ddc.js" nomodule defer></script><script src="polyfills.acb10f8514aa0ea48264.js" defer></script><script src="main.850e80e3d97e3f8db0d8.js" defer></script></body>
<script src="runtime.7b63b9fd40098a2e8207.js" defer></script><script src="polyfills-es5.f2352a03a9f8b7030ddc.js" nomodule defer></script><script src="polyfills.acb10f8514aa0ea48264.js" defer></script><script src="main.e599347d3476a4355402.js" defer></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main.850e80e3d97e3f8db0d8.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.e599347d3476a4355402.js

Large diffs are not rendered by default.

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.1.0",
"version": "6.1.1",
"description": "Angular based replacement for select boxes",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit 7bba902

Please sign in to comment.