Skip to content

Commit 8ddbc8f

Browse files
committed
chore: update changelog.md
1 parent c783811 commit 8ddbc8f

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

CHANGELOG.md

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,44 @@
11
## 2.1.0-beta.2 (2024-11-29)
22

3-
* chore: update `fileExtension` type 410d21e
3+
* 2.1.0-beta.2 ([9934eb0](https://github.com/posthtml/posthtml-components/commit/9934eb0))
4+
* chore: update fileExtension type ([410d21e](https://github.com/posthtml/posthtml-components/commit/410d21e))
5+
6+
47

58
## 2.1.0-beta.1 (2024-11-29)
69

7-
* test: update tests 2c69ad8
8-
* feat: support `fileExtension` as array 5175272
9-
* refactor: use native for loops instead of lodash/each bcd80ef
10-
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.5 to 2.1.6 e07feae
11-
* build(deps-dev): bump @biomejs/biome from 1.9.3 to 1.9.4 6e6323d
12-
* build(deps): bump posthtml-parser from 0.12.0 to 0.12.1 e4f7e73
13-
* build(deps): bump style-to-object from 1.0.7 to 1.0.8 ad81c84
14-
* build(deps-dev): bump markdown-it-anchor from 9.1.0 to 9.2.0 0fbfcfa
10+
* 2.1.0-beta.1 ([d0a0373](https://github.com/posthtml/posthtml-components/commit/d0a0373))
11+
* test: update tests ([2c69ad8](https://github.com/posthtml/posthtml-components/commit/2c69ad8))
12+
* feat: support fileExtension as array ([5175272](https://github.com/posthtml/posthtml-components/commit/5175272))
13+
* refactor: use native for loops instead of lodash/each ([bcd80ef](https://github.com/posthtml/posthtml-components/commit/bcd80ef))
14+
* build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.0 ([6ecccaa](https://github.com/posthtml/posthtml-components/commit/6ecccaa))
15+
* build(deps-dev): bump @biomejs/biome from 1.9.0 to 1.9.1 ([be019df](https://github.com/posthtml/posthtml-components/commit/be019df))
16+
* build(deps-dev): bump @biomejs/biome from 1.9.1 to 1.9.2 ([f52ec5b](https://github.com/posthtml/posthtml-components/commit/f52ec5b))
17+
* build(deps-dev): bump @biomejs/biome from 1.9.2 to 1.9.3 ([a55b99e](https://github.com/posthtml/posthtml-components/commit/a55b99e))
18+
* build(deps-dev): bump @biomejs/biome from 1.9.3 to 1.9.4 ([6e6323d](https://github.com/posthtml/posthtml-components/commit/6e6323d))
19+
* build(deps-dev): bump @vitest/coverage-v8 from 2.0.4 to 2.0.5 ([d9ea5af](https://github.com/posthtml/posthtml-components/commit/d9ea5af))
20+
* build(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.0 ([a3d5973](https://github.com/posthtml/posthtml-components/commit/a3d5973))
21+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.0 to 2.1.1 ([b5ae7a6](https://github.com/posthtml/posthtml-components/commit/b5ae7a6))
22+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.2 ([8b2bbf8](https://github.com/posthtml/posthtml-components/commit/8b2bbf8))
23+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.2 to 2.1.3 ([86d6b45](https://github.com/posthtml/posthtml-components/commit/86d6b45))
24+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.3 to 2.1.4 ([7dc7e7b](https://github.com/posthtml/posthtml-components/commit/7dc7e7b))
25+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.5 ([fc4e035](https://github.com/posthtml/posthtml-components/commit/fc4e035))
26+
* build(deps-dev): bump @vitest/coverage-v8 from 2.1.5 to 2.1.6 ([e07feae](https://github.com/posthtml/posthtml-components/commit/e07feae))
27+
* build(deps-dev): bump markdown-it-anchor from 9.0.1 to 9.1.0 ([99c64b2](https://github.com/posthtml/posthtml-components/commit/99c64b2))
28+
* build(deps-dev): bump markdown-it-anchor from 9.1.0 to 9.2.0 ([0fbfcfa](https://github.com/posthtml/posthtml-components/commit/0fbfcfa))
29+
* build(deps): bump posthtml-parser from 0.12.0 to 0.12.1 ([e4f7e73](https://github.com/posthtml/posthtml-components/commit/e4f7e73))
30+
* build(deps): bump style-to-object from 1.0.6 to 1.0.7 ([594f776](https://github.com/posthtml/posthtml-components/commit/594f776))
31+
* build(deps): bump style-to-object from 1.0.7 to 1.0.8 ([ad81c84](https://github.com/posthtml/posthtml-components/commit/ad81c84))
32+
33+
1534

1635
## 2.0.0 (2024-07-25)
1736

18-
* **[BREAKING]** Node.js 18+ 907de89
19-
* **[BREAKING]** renamed `blacklistAttributes` to `blocklistAttributes` 0cd302e
20-
* migrate to Vitest 8cb2619
21-
* fixed test for `posthtml-include` latest version 3d168d4
22-
* feat: add types 7feb3af
37+
* 2.0.0 ([d3e146c](https://github.com/posthtml/posthtml-components/commit/d3e146c))
38+
* chore: update changelog script ([6df24e0](https://github.com/posthtml/posthtml-components/commit/6df24e0))
39+
* chore: update changelog.md ([3a8c764](https://github.com/posthtml/posthtml-components/commit/3a8c764))
40+
41+
2342

2443
## 2.0.0-beta.2 (2024-07-25)
2544

@@ -321,3 +340,6 @@
321340
* Update readme ([42fa034](https://github.com/posthtml/posthtml-components/commit/42fa034))
322341
* Update version ([0599426](https://github.com/posthtml/posthtml-components/commit/0599426))
323342
* Update version ([27ab49c](https://github.com/posthtml/posthtml-components/commit/27ab49c))
343+
344+
345+

0 commit comments

Comments
 (0)