chore(release): v3.0.2

pull/980/head v3.0.2
Jan van Brügge 4 years ago
parent 9e7db265ee
commit ca33a03142
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

@ -1,3 +1,9 @@
## [3.0.2](https://github.com/snabbdom/snabbdom/compare/v3.0.1...v3.0.2) (2021-06-01)
### Bug Fixes
- avoid className check to handle SVG elements within shadow DOM ([#966](https://github.com/snabbdom/snabbdom/issues/966)) ([95fa8ad](https://github.com/snabbdom/snabbdom/commit/95fa8ad6b6957adfbbd6d080ffc82a9381ae19fc)), closes [#965](https://github.com/snabbdom/snabbdom/issues/965)
## [3.0.1](https://github.com/snabbdom/snabbdom/compare/v3.0.0...v3.0.1) (2021-03-28)
### Bug Fixes

4
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "snabbdom",
"version": "3.0.1",
"version": "3.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"devDependencies": {
"@release-it/conventional-changelog": "^2.0.1",

@ -1,6 +1,6 @@
{
"name": "snabbdom",
"version": "3.0.1",
"version": "3.0.2",
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
"homepage": "https://github.com/snabbdom/snabbdom#readme",
"repository": {

Loading…
Cancel
Save