We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4c6d9 commit dc8c963Copy full SHA for dc8c963
2 files changed
README.md
@@ -85,11 +85,15 @@ on GitHub and publish the npm package. Mark your versions with the `-rc` suffix
85
86
## Changelog
87
88
+### 1.0.1
89
+
90
+- Fix TypeScript d.ts resolution for certain configurations.
91
92
### 1.0.0
93
94
- New API to avoid heap allocation.
95
- Transpiled from [hsluv-haxe](https://github.com/hsluv/hsluv-haxe) and converted manually to TypeScript.
-- New GitHub Actions CI for build, test and publishing automation
96
+- New GitHub Actions CI for build, test and publishing automation.
97
98
### 0.1.0
99
package.json
@@ -10,7 +10,7 @@
10
"HSLuv",
11
"HPLuv"
12
],
13
- "version": "1.0.1-rc1",
+ "version": "1.0.1",
14
"author": "Alexei Boronine <alexei@boronine.com>",
15
"license": "MIT",
16
"files": [
0 commit comments