Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flobacher committed Nov 30, 2021
1 parent 8c3d59a commit 2717a72
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Change Log

### upcoming (2021/11/30 00:53 +00:00)
### upcoming (2021/11/30 02:00 +00:00)
- [8c3d59a](https://github.com/flobacher/SVGInjector2/commit/8c3d59a1883bb50b6b9ff2285bd89c17eeb0e45b) update dependency (@flobacher)
- [330b01b](https://github.com/flobacher/SVGInjector2/commit/330b01b6e34eebfd76b61d17ca27a91a9316644f) fix update version script (@flobacher)
- [6a9cda1](https://github.com/flobacher/SVGInjector2/commit/6a9cda1006045e279d22fc506b017074869f8d21) document scripts (@flobacher)
- [324d99d](https://github.com/flobacher/SVGInjector2/commit/324d99df1ba7cae4e7008717e6b7fea6452dd830) update scripts (@flobacher)

### v2.1.4 (2021/11/30 01:06 +00:00)
- [73e5a69](https://github.com/flobacher/SVGInjector2/commit/73e5a693ce13e409dfa90b5a085688b14bdf0772) 2.1.4 (@flobacher)
- [#29](https://github.com/flobacher/SVGInjector2/pull/29) fix onDoneCallback for empty array (@pga78)
- [d1de008](https://github.com/flobacher/SVGInjector2/commit/d1de008f11ff23255335914e82b70bcb2dade913) mind if onDoneCallback defined (@pga78)
- [9345475](https://github.com/flobacher/SVGInjector2/commit/934547569c25c6810f0712c7726ba72abe50da1d) fix onDoneCallback for empty array (@pga78)
Expand Down
4 changes: 2 additions & 2 deletions dist/svg-injector.min.js

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

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,7 +1,7 @@
{
"name": "svg-injector-2",
"description": "forked version of iconic/SVGInjector, extended by the ability to use spritesheets and support for angularjs",
"version": "2.1.4",
"version": "2.1.5",
"author": "",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion svg-injector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SVGInjector v2.1.4 - Fast, caching, dynamic inline SVG DOM injection library
* SVGInjector v2.1.5 - Fast, caching, dynamic inline SVG DOM injection library
* https://github.com/flobacher/SVGInjector2
* forked from:
* https://github.com/iconic/SVGInjector
Expand Down

0 comments on commit 2717a72

Please sign in to comment.