Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-06-28)

### Bug Fixes

* adjust tests to the decoupling of modules ([1c33bed](1c33bed))

### Features

* allow sync functions in render callback ([7759788](7759788))
* reduce dependencies amount ([724aae7](724aae7))
* upload base source ([76d31c1](76d31c1))
  • Loading branch information
semantic-release-bot committed Jun 28, 2024
1 parent 14bd8d6 commit 670ab51
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
@@ -0,0 +1,13 @@
# 1.0.0 (2024-06-28)


### Bug Fixes

* adjust tests to the decoupling of modules ([1c33bed](https://github.com/neg4n/d3-no-dom/commit/1c33bed2e6ee366617112c86c1505e75b42661c4))


### Features

* allow sync functions in render callback ([7759788](https://github.com/neg4n/d3-no-dom/commit/775978822fde548645a74cbc007561223dcbbdc1))
* reduce dependencies amount ([724aae7](https://github.com/neg4n/d3-no-dom/commit/724aae7a05a1a6411aa6fa17928b55da9528bca9))
* upload base source ([76d31c1](https://github.com/neg4n/d3-no-dom/commit/76d31c14f1431f319d363685b523ab4974eddf83))
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": "1.0.0-beta.1",
"version": "1.0.0",
"description": "Fully use d3 in environments without DOM",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 670ab51

Please sign in to comment.