Skip to content

Commit 115f8c2

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-08) ### Bug Fixes * add check for shared secret ([#108](#108)) ([a79731f](a79731f)) * add span to known HTML tags ([#101](#101)) ([fbf016d](fbf016d)) * do not empty document if error ([#90](#90)) ([a406add](a406add)) * encode HTML brackets ([#100](#100)) ([6c5b5fd](6c5b5fd)) * encode HTML brackets ([#74](#74)) ([015163e](015163e)) * keep content if no main found in html ([#85](#85)) ([9fd25ac](9fd25ac)) * null doc crashes aem2doc ([#84](#84)) ([6197114](6197114)) * ommit stacktraces in error map for non-dev ([#110](#110)) ([1f896ac](1f896ac)) * remove html comments ([#68](#68)) ([cf05aae](cf05aae)) * trigger release ([ca061d4](ca061d4)) ### Features * disable stack traces on production ([#109](#109)) ([79c40bd](79c40bd)) * Prevent implicit document creation via If-Match header ([#105](#105)) ([b33ae65](b33ae65))
1 parent ca061d4 commit 115f8c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# 1.0.0 (2025-12-08)
22

33

4+
### Bug Fixes
5+
6+
* add check for shared secret ([#108](https://github.com/adobe/da-collab/issues/108)) ([a79731f](https://github.com/adobe/da-collab/commit/a79731f45439376ead2fc4710491d5d955727c2d))
7+
* add span to known HTML tags ([#101](https://github.com/adobe/da-collab/issues/101)) ([fbf016d](https://github.com/adobe/da-collab/commit/fbf016d89ec041c5102c3dadaebdf3676501f37b))
8+
* do not empty document if error ([#90](https://github.com/adobe/da-collab/issues/90)) ([a406add](https://github.com/adobe/da-collab/commit/a406adde80b78473be6e4484b9b0bf4a45b0b471))
9+
* encode HTML brackets ([#100](https://github.com/adobe/da-collab/issues/100)) ([6c5b5fd](https://github.com/adobe/da-collab/commit/6c5b5fd1abca1a77a91d4db0220b722ca4645cd2))
10+
* encode HTML brackets ([#74](https://github.com/adobe/da-collab/issues/74)) ([015163e](https://github.com/adobe/da-collab/commit/015163efd579c96490461d53a18b312adf1ab08d))
11+
* keep content if no main found in html ([#85](https://github.com/adobe/da-collab/issues/85)) ([9fd25ac](https://github.com/adobe/da-collab/commit/9fd25ac890efedd9785e14e20043f3655a749f0e))
12+
* null doc crashes aem2doc ([#84](https://github.com/adobe/da-collab/issues/84)) ([6197114](https://github.com/adobe/da-collab/commit/6197114c798ced86d1fd891e75001a3bede38570))
13+
* ommit stacktraces in error map for non-dev ([#110](https://github.com/adobe/da-collab/issues/110)) ([1f896ac](https://github.com/adobe/da-collab/commit/1f896ac8aadd075566a593a1ab4d8a9d02dc78fe))
14+
* remove html comments ([#68](https://github.com/adobe/da-collab/issues/68)) ([cf05aae](https://github.com/adobe/da-collab/commit/cf05aae98d5aa84e804b9603df979b7df47c7acf))
15+
* trigger release ([ca061d4](https://github.com/adobe/da-collab/commit/ca061d43da27bea31d42bb7c8373cf7a441c113a))
16+
17+
18+
### Features
19+
20+
* disable stack traces on production ([#109](https://github.com/adobe/da-collab/issues/109)) ([79c40bd](https://github.com/adobe/da-collab/commit/79c40bd2974233ab9f098e15bdf162da14a5a893))
21+
* Prevent implicit document creation via If-Match header ([#105](https://github.com/adobe/da-collab/issues/105)) ([b33ae65](https://github.com/adobe/da-collab/commit/b33ae65311ea1ad1df394fc6f04cb3f14f387fc9))
22+
23+
# 1.0.0 (2025-12-08)
24+
25+
426
### Bug Fixes
527

628
* add check for shared secret ([#108](https://github.com/adobe/da-collab/issues/108)) ([a79731f](https://github.com/adobe/da-collab/commit/a79731f45439376ead2fc4710491d5d955727c2d))

0 commit comments

Comments
 (0)