Skip to content

Commit dc8c963

Browse files
committed
Release 1.0.1
1 parent 8d4c6d9 commit dc8c963

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,15 @@ on GitHub and publish the npm package. Mark your versions with the `-rc` suffix
8585

8686
## Changelog
8787

88+
### 1.0.1
89+
90+
- Fix TypeScript d.ts resolution for certain configurations.
91+
8892
### 1.0.0
8993

9094
- New API to avoid heap allocation.
9195
- Transpiled from [hsluv-haxe](https://github.com/hsluv/hsluv-haxe) and converted manually to TypeScript.
92-
- New GitHub Actions CI for build, test and publishing automation
96+
- New GitHub Actions CI for build, test and publishing automation.
9397

9498
### 0.1.0
9599

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"HSLuv",
1111
"HPLuv"
1212
],
13-
"version": "1.0.1-rc1",
13+
"version": "1.0.1",
1414
"author": "Alexei Boronine <alexei@boronine.com>",
1515
"license": "MIT",
1616
"files": [

0 commit comments

Comments
 (0)