Skip to content

Commit b130c26

Browse files
committed
chore(release): v3.3.1
1 parent 44afd38 commit b130c26

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.3.1](https://github.com/snabbdom/snabbdom/compare/v3.3.0...v3.3.1) (2022-01-18)
2+
3+
### Bug Fixes
4+
5+
- ensure SVG namespaces are added to nodes ([#996](https://github.com/snabbdom/snabbdom/issues/996)) ([f89f085](https://github.com/snabbdom/snabbdom/commit/f89f085f558baf6a41b43ffa50c9b5b1b1c6b034)), closes [#388](https://github.com/snabbdom/snabbdom/issues/388) [#867](https://github.com/snabbdom/snabbdom/issues/867)
6+
17
# [3.3.0](https://github.com/snabbdom/snabbdom/compare/v3.2.0...v3.3.0) (2022-01-17)
28

39
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snabbdom",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
55
"homepage": "https://github.com/snabbdom/snabbdom#readme",
66
"repository": {

0 commit comments

Comments
 (0)