Skip to content

Commit 509494f

Browse files
Release v4.4.0 (#4881)
* v4.4.0 * chore(changelog): remove internal package revert remove a revert from the changelog that never saw public facing release --------- Co-authored-by: rwaskiewicz <rwaskiewicz@users.noreply.github.com> Co-authored-by: Ryan Waskiewicz <ryanwaskiewicz@gmail.com>
1 parent 102cd77 commit 509494f

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 🍫 [4.4.0](https://github.com/ionic-team/stencil/compare/v4.3.0...v4.4.0) (2023-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **jest:** use correct minimum jest version ([#4851](https://github.com/ionic-team/stencil/issues/4851)) ([2f7fb88](https://github.com/ionic-team/stencil/commit/2f7fb88dcd75312f658421c4c518fa76292517db))
7+
8+
9+
### Features
10+
11+
* **typescript:** upgrade to TypeScript 5.2 ([#4852](https://github.com/ionic-team/stencil/issues/4852)) ([b589a07](https://github.com/ionic-team/stencil/commit/b589a07188a956dbde858bab2b6abf1ad7a1e65b))
12+
13+
14+
115
# 🐫 [4.3.0](https://github.com/ionic-team/stencil/compare/v4.2.1...v4.3.0) (2023-09-18)
216

317

NOTICE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,13 +1301,13 @@ Homepage: https://github.com/jimmywarting/FormData#readme
13011301

13021302
License: MIT
13031303

1304-
Author: Robert Eisele <robert@xarg.org> (http://www.xarg.org/)
1304+
Author: [Robert Eisele](https://raw.org/)
13051305

13061306
Homepage: https://www.xarg.org/2014/03/rational-numbers-in-javascript/
13071307

13081308
> MIT License
13091309
>
1310-
> Copyright (c) 2017 Robert Eisele
1310+
> Copyright (c) 2023 Robert Eisele
13111311
>
13121312
> Permission is hereby granted, free of charge, to any person obtaining a copy
13131313
> of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)