chore(release): v3.6.1

pull/1106/head v3.6.1
Jan van Brügge 1 year ago
parent 649c760f79
commit 07d0645c01
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

@ -1,3 +1,9 @@
## [3.6.1](https://github.com/snabbdom/snabbdom/compare/v3.6.0...v3.6.1) (2024-01-30)
### Bug Fixes
- work around bug in ts-add-js-extension ([#1105](https://github.com/snabbdom/snabbdom/issues/1105)) ([649c760](https://github.com/snabbdom/snabbdom/commit/649c760f79a00a1a484a6258d74b27adcfcf69d0)), closes [#1087](https://github.com/snabbdom/snabbdom/issues/1087) [#1102](https://github.com/snabbdom/snabbdom/issues/1102)
# [3.6.0](https://github.com/snabbdom/snabbdom/compare/v3.5.1...v3.6.0) (2024-01-20)
Note: Do to improvements to the JSX typings the minimum supported TypeScript version is now 4.1.

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "snabbdom",
"version": "3.6.0",
"version": "3.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "snabbdom",
"version": "3.6.0",
"version": "3.6.1",
"license": "MIT",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",

@ -1,6 +1,6 @@
{
"name": "snabbdom",
"version": "3.6.0",
"version": "3.6.1",
"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