Skip to content

Commit 34bdac4

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2024-07-16) ### Bug Fixes * remove separate package for setting obj path ([5027640](5027640)) * typings + move utils to separate file ([ce94fd8](ce94fd8)) ### Features * make dom manipulation more direct ([f22d1ca](f22d1ca))
1 parent b15848e commit 34bdac4

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/neg4n/d3-no-dom/compare/v2.0.0...v2.1.0) (2024-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* remove separate package for setting obj path ([5027640](https://github.com/neg4n/d3-no-dom/commit/50276408f11c6945dc60ede1481b9e713bdc37a3))
7+
* typings + move utils to separate file ([ce94fd8](https://github.com/neg4n/d3-no-dom/commit/ce94fd829f36e099711929c2ddbfb58aec6d9c25))
8+
9+
10+
### Features
11+
12+
* make dom manipulation more direct ([f22d1ca](https://github.com/neg4n/d3-no-dom/commit/f22d1caab162ee7b4368bb5d0ca07e2219c6a9e7))
13+
114
# [2.0.0](https://github.com/neg4n/d3-no-dom/compare/v1.0.0...v2.0.0) (2024-07-01)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d3-no-dom",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Fully use d3 in environments without DOM",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)