Skip to content

Commit cbfd5dc

Browse files
chore: release v1.4.2
1 parent c452cf6 commit cbfd5dc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.2](https://github.com/JoshuaKGoldberg/ts-api-utils/compare/v1.4.0...v1.4.2) (2024-11-26)
2+
3+
### Bug Fixes
4+
5+
- remove `.value` field from type declarations for boolean literal types ([#535](https://github.com/JoshuaKGoldberg/ts-api-utils/issues/535)) ([12df298](https://github.com/JoshuaKGoldberg/ts-api-utils/commit/12df29810c4a0b9146f58fdee4a2cbdf28a1bee0)), closes [#528](https://github.com/JoshuaKGoldberg/ts-api-utils/issues/528)
6+
7+
### Performance Improvements
8+
9+
- reduce package size ([#593](https://github.com/JoshuaKGoldberg/ts-api-utils/issues/593)) ([123a8f4](https://github.com/JoshuaKGoldberg/ts-api-utils/commit/123a8f46cbb552bcd3b16ea30ff8925755fc516e))
10+
111
# [1.4.0](https://github.com/JoshuaKGoldberg/ts-api-utils/compare/v1.2.1...v1.4.0) (2024-10-30)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-api-utils",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)