Skip to content

Commit 0003dee

Browse files
authored
release: 1.0.1 (#3)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 066665a commit 0003dee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.1](https://github.com/flex-development/pathe/compare/1.0.0...1.0.1) (2022-12-20)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* **workflows:** [`ci`] fix `yarn` step ([031cab5](https://github.com/flex-development/pathe/commit/031cab59c7e6c70325e0b004b5c05460490d57d0))
7+
8+
9+
### :bug: Fixes
10+
11+
* **interfaces:** make `ParsedPath` work as expected with `--exactOptionalPropertyTypes` ([066665a](https://github.com/flex-development/pathe/commit/066665a0072c91302d9fda396c607a5863ac4028))
12+
113
## 1.0.0 (2022-12-16)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/pathe",
33
"description": "Universal drop-in replacement for node:path",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"backslash",
77
"filesystem",

0 commit comments

Comments
 (0)