Skip to content

Commit 2acd3c9

Browse files
committed
fix types and changelog
1 parent 086c15d commit 2acd3c9

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Rollup and Jest configs in TypeScript
13+
14+
### Removed
15+
16+
- Unnecessary dev-dependencies
17+
1018
## [1.2.2] - 2025-04-04
1119

1220
### Changed
1321

1422
- Split up `CI` workflow into two separate workflows for the comment posting to work for PRs from forks.
1523
- Ignore code coverage output folder
16-
- Rollup and Jest configs in TypeScript
1724

1825
### Fixed
1926

2027
- Improved `getEnumNameFromValue` and `getEnumValueFromName` performance
2128

22-
### Removed
23-
24-
- Unnecessary dev-dependencies
25-
2629
## [1.2.1] - 2025-03-18
2730

2831
### dependabot: \#57 Bump tj-actions/changed-files from 41 to 46 in /.github/workflows

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"module": "dist/index.modern.js",
2626
"source": "src/index.ts",
2727
"jsnext:main": "dist/index.modern.js",
28-
"types": "dist/index.d.ts",
28+
"types": "dist/src/index.d.ts",
2929
"files": [
3030
"dist"
3131
],

0 commit comments

Comments
 (0)