Skip to content

Commit

Permalink
release: 1.0.1 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Dec 21, 2022
1 parent 066665a commit 0003dee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.1](https://github.com/flex-development/pathe/compare/1.0.0...1.0.1) (2022-12-20)


### :robot: Continuous Integration

* **workflows:** [`ci`] fix `yarn` step ([031cab5](https://github.com/flex-development/pathe/commit/031cab59c7e6c70325e0b004b5c05460490d57d0))


### :bug: Fixes

* **interfaces:** make `ParsedPath` work as expected with `--exactOptionalPropertyTypes` ([066665a](https://github.com/flex-development/pathe/commit/066665a0072c91302d9fda396c607a5863ac4028))

## 1.0.0 (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/pathe",
"description": "Universal drop-in replacement for node:path",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"backslash",
"filesystem",
Expand Down

0 comments on commit 0003dee

Please sign in to comment.