Skip to content

Commit

Permalink
chore: release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 22, 2021
1 parent f73e5d9 commit 5395451
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Version 1.1.2 (2021-09-22)

### Bug fixes

* [[`f73e5d9b`](https://github.com/ckotzbauer/simple-tree-component/commit/f73e5d9b)] - **fix**: added some nullchecks

### Dependency updates

* [[`64a3ac44`](https://github.com/ckotzbauer/simple-tree-component/commit/64a3ac44)] - **deps**: update dependency sass to v1.41.1 (#795)
* [[`847a2cce`](https://github.com/ckotzbauer/simple-tree-component/commit/847a2cce)] - **deps**: update dependency @types/node to v14.17.17 (#791)
* [[`554f6462`](https://github.com/ckotzbauer/simple-tree-component/commit/554f6462)] - **deps**: update dependency prettier to v2.4.1 (#792)
* [[`af3b73bb`](https://github.com/ckotzbauer/simple-tree-component/commit/af3b73bb)] - **deps**: update typescript-eslint monorepo to v4.31.1 (#793)
* [[`00aa7ca7`](https://github.com/ckotzbauer/simple-tree-component/commit/00aa7ca7)] - **deps**: update dependency jest to v27.2.0 (#794)
* [[`c31a4f96`](https://github.com/ckotzbauer/simple-tree-component/commit/c31a4f96)] - **deps**: update dependency terser to v5.8.0 (#796)

### Common changes

* [[`ab4241a1`](https://github.com/ckotzbauer/simple-tree-component/commit/ab4241a1)] - **chore**: bundle typedoc updates
* [[`d1891bde`](https://github.com/ckotzbauer/simple-tree-component/commit/d1891bde)] - **chore**: Add FUNDING.yml


## Version 1.1.1 (2021-09-11)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-tree-component.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* simple-tree-component v1.1.1, @license MIT */
/* simple-tree-component v1.1.2, @license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/simple-tree-component.min.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": "simple-tree-component",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple to use ui-tree javascript component.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5395451

Please sign in to comment.