Skip to content

Commit 488af9b

Browse files
semantic-release-botBen Helleman
and
Ben Helleman
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.2...v2.0.0) (2025-02-26) * feat(sites-29416)!: Add support for importing non-image assets ([#7](#7)) ([ef4b444](ef4b444)) ### BREAKING CHANGES * The API getImageUrlsFromMarkdown has been renamed to getAssetUrlsFromMarkdown, to align more accurately to what it is doing. Co-authored-by: Ben Helleman <bhellema@adobe.com>
1 parent ef4b444 commit 488af9b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/adobe/helix-importer-jcr-packaging/compare/v1.1.2...v2.0.0) (2025-02-26)
2+
3+
4+
* feat(sites-29416)!: Add support for importing non-image assets ([#7](https://github.com/adobe/helix-importer-jcr-packaging/issues/7)) ([ef4b444](https://github.com/adobe/helix-importer-jcr-packaging/commit/ef4b444785280eeaf5bab42af3a41109e60bcf25))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* The API getImageUrlsFromMarkdown has been renamed to getAssetUrlsFromMarkdown, to align more accurately to what it is doing.
10+
11+
Co-authored-by: Ben Helleman <bhellema@adobe.com>
12+
113
## [1.1.2](https://github.com/adobe/helix-importer-jcr-packaging/compare/v1.1.1...v1.1.2) (2025-02-26)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/helix-importer-jcr-packaging",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "helix-importer-jcr-packaging",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)