File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments