@ -1,3 +1,9 @@
# [3.5.0](https://github.com/snabbdom/snabbdom/compare/v3.4.0...v3.5.0) (2022-04-26)
### Features
- notify hooks and modules about textContent changes ([c230eb8](https://github.com/snabbdom/snabbdom/commit/c230eb8aded06781e57e0f7efdff0b87d989e462))
# [3.4.0](https://github.com/snabbdom/snabbdom/compare/v3.3.1...v3.4.0) (2022-03-20)
### Bug Fixes
@ -1,12 +1,12 @@
{
"name": "snabbdom",
"version": "3.4.0",
"version": "3.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"license": "MIT",
"devDependencies": {
"@release-it/conventional-changelog": "^4.3.0",
@ -1,6 +1,6 @@
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
"homepage": "https://github.com/snabbdom/snabbdom#readme",
"repository": {