Skip to content

Commit

Permalink
Release v4.2.0 (#240)
Browse files Browse the repository at this point in the history
* v4.2.0

* fixup(): propagate changes

---------

Co-authored-by: khanhduy1407 <[email protected]>
Co-authored-by: NKDuy <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2024
1 parent 5db1bd5 commit 9d31209
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 🏕 [4.2.0](https://github.com/familyjs/rindo/compare/v4.2.0-0...v4.2.0) (2024-02-18)


### Bug Fixes

* **compiler:** resolve implicit enum types ([f22fae7](https://github.com/familyjs/rindo/commit/f22fae73737862eec14e2e2260486e0823eb2321))
* **runtime:** patch methods for scoped slot `append`, `prepend`, and `insertAdjacent` ([c14a31e](https://github.com/familyjs/rindo/commit/c14a31ecb2cedb9f112722196ddb96e98c7b3a48))


### Features
* **typescript:** upgrade to TypeScript 5.1 ([4582471](https://github.com/familyjs/rindo/commit/4582471fecf8beff423a7f73809ce3a8becb9833))



# 🐕 [4.2.0-0](https://github.com/familyjs/rindo/compare/v4.1.0...v4.2.0-0) (2024-02-18)


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": "@rindo/core",
"version": "4.2.0-0",
"version": "4.2.0",
"license": "MIT",
"main": "./internal/rindo-core/index.cjs",
"module": "./internal/rindo-core/index.js",
Expand Down

0 comments on commit 9d31209

Please sign in to comment.