Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.4...v3.3.0) (2024-03-15)

### Bug Fixes

* add image type in blob used in getDataUrlFromB64Img ([4fa0937](4fa0937))
* do not use node.js buffer package for blob to get code working in browser ([d6da86d](d6da86d))
* fix tests after online merge resolution ([cbc326d](cbc326d))

### Features

* add support for base64 images ([966c807](966c807))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent 10963b0 commit 548d359
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.3.0](https://github.com/adobe/helix-importer/compare/v3.2.4...v3.3.0) (2024-03-15)


### Bug Fixes

* add image type in blob used in getDataUrlFromB64Img ([4fa0937](https://github.com/adobe/helix-importer/commit/4fa093723dba506b5abfde6a3eddc34aa14c6d36))
* do not use node.js buffer package for blob to get code working in browser ([d6da86d](https://github.com/adobe/helix-importer/commit/d6da86d6c4715346035a2dff549d4291adc4e150))
* fix tests after online merge resolution ([cbc326d](https://github.com/adobe/helix-importer/commit/cbc326dfe43b96f7d09e895867fff398f044c74d))


### Features

* add support for base64 images ([966c807](https://github.com/adobe/helix-importer/commit/966c807a5ebc404ee9729286d2864c968a612120))

## [3.2.4](https://github.com/adobe/helix-importer/compare/v3.2.3...v3.2.4) (2024-02-28)


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": "3.2.4",
"version": "3.3.0",
"description": "Helix Importer tool: create md / docx from html",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 548d359

Please sign in to comment.