Skip to content

Commit ae42506

Browse files
Release v11.3.0
1 parent 94b75fb commit ae42506

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v11.3.0](https://github.com/tanem/svg-injector/tree/v11.3.0) (2026-02-17)
4+
[Full Changelog](https://github.com/tanem/svg-injector/compare/v11.2.2...v11.3.0)
5+
6+
#### :rocket: Enhancement
7+
8+
- [#1562](https://github.com/tanem/svg-injector/pull/1562) Add data URL support for data:image/svg+xml URLs ([@tanem](https://github.com/tanem))
9+
10+
#### :house: Internal
11+
12+
- [#1563](https://github.com/tanem/svg-injector/pull/1563) Update ESLint to v10 and @typescript-eslint monorepo to v8.56.0 ([@tanem](https://github.com/tanem))
13+
314
## [v11.2.2](https://github.com/tanem/svg-injector/tree/v11.2.2) (2026-02-16)
415
[Full Changelog](https://github.com/tanem/svg-injector/compare/v11.2.1...v11.2.2)
516

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanem/svg-injector",
3-
"version": "11.2.2",
3+
"version": "11.3.0",
44
"description": "Fast, caching, dynamic inline SVG DOM injection library.",
55
"author": "Tane Morgan (https://github.com/tanem)",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)