Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.9.41...v3.0.0) (2023-11-13)

### Features

* get rid of JSDOM ([#260](#260)) ([2530363](2530363))

### BREAKING CHANGES

* removing JSDOM
  • Loading branch information
semantic-release-bot committed Nov 13, 2023
1 parent 2530363 commit fdd42b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/adobe/helix-importer/compare/v2.9.41...v3.0.0) (2023-11-13)


### Features

* get rid of JSDOM ([#260](https://github.com/adobe/helix-importer/issues/260)) ([2530363](https://github.com/adobe/helix-importer/commit/2530363c328958b2363f0f178b9b1ef7d7bb73b8))


### BREAKING CHANGES

* removing JSDOM

## [2.9.41](https://github.com/adobe/helix-importer/compare/v2.9.40...v2.9.41) (2023-11-05)


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": "@adobe/helix-importer",
"version": "2.9.41",
"version": "3.0.0",
"description": "Helix Importer tool: create md / docx from html",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit fdd42b8

Please sign in to comment.