Skip to content

Commit

Permalink
Release v4.4.0 (#4881)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Ryan Waskiewicz <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2023
1 parent 102cd77 commit 509494f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 🍫 [4.4.0](https://github.com/ionic-team/stencil/compare/v4.3.0...v4.4.0) (2023-10-02)


### Bug Fixes

* **jest:** use correct minimum jest version ([#4851](https://github.com/ionic-team/stencil/issues/4851)) ([2f7fb88](https://github.com/ionic-team/stencil/commit/2f7fb88dcd75312f658421c4c518fa76292517db))


### Features

* **typescript:** upgrade to TypeScript 5.2 ([#4852](https://github.com/ionic-team/stencil/issues/4852)) ([b589a07](https://github.com/ionic-team/stencil/commit/b589a07188a956dbde858bab2b6abf1ad7a1e65b))



# 🐫 [4.3.0](https://github.com/ionic-team/stencil/compare/v4.2.1...v4.3.0) (2023-09-18)


Expand Down
4 changes: 2 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1301,13 +1301,13 @@ Homepage: https://github.com/jimmywarting/FormData#readme

License: MIT

Author: Robert Eisele <[email protected]> (http://www.xarg.org/)
Author: [Robert Eisele](https://raw.org/)

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

> MIT License
>
> Copyright (c) 2017 Robert Eisele
> Copyright (c) 2023 Robert Eisele
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "4.3.0",
"version": "4.4.0",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down

0 comments on commit 509494f

Please sign in to comment.