Skip to content

Commit 3d56458

Browse files
semantic-release-botvansergen
authored andcommitted
chore(release): 2.0.3 [skip ci]
## <small>2.0.3 (2025-06-29)</small> * Merge branch 'main' into dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([9f25869](9f25869)) * Merge pull request #104 from binden-js/dependabot/npm_and_yarn/husky-9.1.7 ([07272cb](07272cb)), closes [#104](#104) * Merge pull request #109 from binden-js/dependabot/npm_and_yarn/prettier-3.4.2 ([83f866c](83f866c)), closes [#109](#109) * Merge pull request #110 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.3 ([af5b39a](af5b39a)), closes [#110](#110) * Merge pull request #113 from binden-js/dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([2821a59](2821a59)), closes [#113](#113) * Merge pull request #115 from binden-js/dependabot/npm_and_yarn/c8-10.1.3 ([06b3b68](06b3b68)), closes [#115](#115) * Merge pull request #121 from binden-js/dependabot/npm_and_yarn/lint-staged-15.4.3 ([d6a6d47](d6a6d47)), closes [#121](#121) * Merge pull request #125 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.9 ([2d99911](2d99911)), closes [#125](#125) * Merge pull request #135 from binden-js/dependabot/npm_and_yarn/lint-staged-16.1.2 ([a5a8977](a5a8977)), closes [#135](#135) * Merge pull request #139 from binden-js/dependabot/npm_and_yarn/typedoc-0.28.6 ([ba26207](ba26207)), closes [#139](#139) * perf!: drop Node<22 support ([e0e30b6](e0e30b6)) * ci: do not use `npm publish --dry-run` ([d788587](d788587)) * ci: remove intermediate versions ([4975609](4975609)) * test: fix eslint errors ([f655302](f655302)) * test: update types ([f9eed00](f9eed00)) * refactor: update type imports ([998f303](998f303)) * style: run prettier ([8b1eb3a](8b1eb3a)) * peerDependencies: bump `binden` to `v2.0.4` ([54027e9](54027e9)) * devDependencies: bump @binden/tsconfig from 2.0.0 to 3.0.0 ([92bfed4](92bfed4)) * devDependencies: bump c8 from 10.1.2 to 10.1.3 ([9796211](9796211)) * devDependencies: bump husky from 9.1.5 to 9.1.7 ([6ce162b](6ce162b)) * devDependencies: bump lint-staged from 15.2.10 to 15.4.3 ([f428725](f428725)) * devDependencies: bump lint-staged from 15.4.3 to 16.1.2 ([977a531](977a531)) * devDependencies: bump prettier from 3.3.3 to 3.4.2 ([d73fc0f](d73fc0f)) * devDependencies: bump typedoc from 0.26.7 to 0.27.3 ([e8e03b6](e8e03b6)) * devDependencies: bump typedoc from 0.27.3 to 0.27.9 ([fd61f05](fd61f05)) * devDependencies: bump typedoc from 0.27.9 to 0.28.6 ([dd1efd8](dd1efd8))
1 parent 2821a59 commit 3d56458

File tree

17 files changed

+3770
-2537
lines changed

17 files changed

+3770
-2537
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## <small>2.0.3 (2025-06-29)</small>
4+
5+
- Merge branch 'main' into dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([9f25869](https://github.com/binden-js/multipart/commit/9f25869))
6+
- Merge pull request #104 from binden-js/dependabot/npm_and_yarn/husky-9.1.7 ([07272cb](https://github.com/binden-js/multipart/commit/07272cb)), closes [#104](https://github.com/binden-js/multipart/issues/104)
7+
- Merge pull request #109 from binden-js/dependabot/npm_and_yarn/prettier-3.4.2 ([83f866c](https://github.com/binden-js/multipart/commit/83f866c)), closes [#109](https://github.com/binden-js/multipart/issues/109)
8+
- Merge pull request #110 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.3 ([af5b39a](https://github.com/binden-js/multipart/commit/af5b39a)), closes [#110](https://github.com/binden-js/multipart/issues/110)
9+
- Merge pull request #113 from binden-js/dependabot/npm_and_yarn/binden/tsconfig-3.0.0 ([2821a59](https://github.com/binden-js/multipart/commit/2821a59)), closes [#113](https://github.com/binden-js/multipart/issues/113)
10+
- Merge pull request #115 from binden-js/dependabot/npm_and_yarn/c8-10.1.3 ([06b3b68](https://github.com/binden-js/multipart/commit/06b3b68)), closes [#115](https://github.com/binden-js/multipart/issues/115)
11+
- Merge pull request #121 from binden-js/dependabot/npm_and_yarn/lint-staged-15.4.3 ([d6a6d47](https://github.com/binden-js/multipart/commit/d6a6d47)), closes [#121](https://github.com/binden-js/multipart/issues/121)
12+
- Merge pull request #125 from binden-js/dependabot/npm_and_yarn/typedoc-0.27.9 ([2d99911](https://github.com/binden-js/multipart/commit/2d99911)), closes [#125](https://github.com/binden-js/multipart/issues/125)
13+
- Merge pull request #135 from binden-js/dependabot/npm_and_yarn/lint-staged-16.1.2 ([a5a8977](https://github.com/binden-js/multipart/commit/a5a8977)), closes [#135](https://github.com/binden-js/multipart/issues/135)
14+
- Merge pull request #139 from binden-js/dependabot/npm_and_yarn/typedoc-0.28.6 ([ba26207](https://github.com/binden-js/multipart/commit/ba26207)), closes [#139](https://github.com/binden-js/multipart/issues/139)
15+
- perf!: drop Node<22 support ([e0e30b6](https://github.com/binden-js/multipart/commit/e0e30b6))
16+
- ci: do not use `npm publish --dry-run` ([d788587](https://github.com/binden-js/multipart/commit/d788587))
17+
- ci: remove intermediate versions ([4975609](https://github.com/binden-js/multipart/commit/4975609))
18+
- test: fix eslint errors ([f655302](https://github.com/binden-js/multipart/commit/f655302))
19+
- test: update types ([f9eed00](https://github.com/binden-js/multipart/commit/f9eed00))
20+
- refactor: update type imports ([998f303](https://github.com/binden-js/multipart/commit/998f303))
21+
- style: run prettier ([8b1eb3a](https://github.com/binden-js/multipart/commit/8b1eb3a))
22+
- peerDependencies: bump `binden` to `v2.0.4` ([54027e9](https://github.com/binden-js/multipart/commit/54027e9))
23+
- devDependencies: bump @binden/tsconfig from 2.0.0 to 3.0.0 ([92bfed4](https://github.com/binden-js/multipart/commit/92bfed4))
24+
- devDependencies: bump c8 from 10.1.2 to 10.1.3 ([9796211](https://github.com/binden-js/multipart/commit/9796211))
25+
- devDependencies: bump husky from 9.1.5 to 9.1.7 ([6ce162b](https://github.com/binden-js/multipart/commit/6ce162b))
26+
- devDependencies: bump lint-staged from 15.2.10 to 15.4.3 ([f428725](https://github.com/binden-js/multipart/commit/f428725))
27+
- devDependencies: bump lint-staged from 15.4.3 to 16.1.2 ([977a531](https://github.com/binden-js/multipart/commit/977a531))
28+
- devDependencies: bump prettier from 3.3.3 to 3.4.2 ([d73fc0f](https://github.com/binden-js/multipart/commit/d73fc0f))
29+
- devDependencies: bump typedoc from 0.26.7 to 0.27.3 ([e8e03b6](https://github.com/binden-js/multipart/commit/e8e03b6))
30+
- devDependencies: bump typedoc from 0.27.3 to 0.27.9 ([fd61f05](https://github.com/binden-js/multipart/commit/fd61f05))
31+
- devDependencies: bump typedoc from 0.27.9 to 0.28.6 ([dd1efd8](https://github.com/binden-js/multipart/commit/dd1efd8))
32+
333
## [2.0.2](https://github.com/binden-js/multipart/compare/v2.0.1...v2.0.2) (2024-09-10)
434

535
## [2.0.1](https://github.com/binden-js/multipart/compare/v2.0.0...v2.0.1) (2024-02-01)

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg==";

docs/assets/icons.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)