Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jul 16, 2024
1 parent b15848e commit 34bdac4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/neg4n/d3-no-dom/compare/v2.0.0...v2.1.0) (2024-07-16)


### Bug Fixes

* remove separate package for setting obj path ([5027640](https://github.com/neg4n/d3-no-dom/commit/50276408f11c6945dc60ede1481b9e713bdc37a3))
* typings + move utils to separate file ([ce94fd8](https://github.com/neg4n/d3-no-dom/commit/ce94fd829f36e099711929c2ddbfb58aec6d9c25))


### Features

* make dom manipulation more direct ([f22d1ca](https://github.com/neg4n/d3-no-dom/commit/f22d1caab162ee7b4368bb5d0ca07e2219c6a9e7))

# [2.0.0](https://github.com/neg4n/d3-no-dom/compare/v1.0.0...v2.0.0) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-no-dom",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fully use d3 in environments without DOM",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 34bdac4

Please sign in to comment.