Skip to content

Commit e950e2c

Browse files
authored
release: 1.0.3 (#7)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 4c11bde commit e950e2c

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.3](https://github.com/flex-development/pathe/compare/1.0.2...1.0.3) (2023-01-01)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump cspell from 6.18.0 to 6.18.1 ([#6](https://github.com/flex-development/pathe/issues/6)) ([e6343ee](https://github.com/flex-development/pathe/commit/e6343eea139e7166eae11e372479f17a7f75b971))
7+
* **deps:** bump @flex-development/errnode from 1.0.1 to 1.2.0 ([4c11bde](https://github.com/flex-development/pathe/commit/4c11bde87439d20c48e45214ef75cc83fcbe52e1))
8+
19
## [1.0.2](https://github.com/flex-development/pathe/compare/1.0.1...1.0.2) (2022-12-28)
210

311

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.2",
4+
"version": "1.0.3",
55
"keywords": [
66
"backslash",
77
"filesystem",

scripts/release.sh

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
# Local Release Workflow
44

5-
# 1. run tests
6-
# 2. pack project
7-
# 3. get new package version
8-
# 4. get release branch name
9-
# 5. switch to release branch
10-
# 6. stage changes
11-
# 7. commit changes
12-
# 8. push release branch to origin
13-
# 9. cleanup
5+
# 1. run typecheck
6+
# 2. run tests
7+
# 3. pack project
8+
# 4. get new package version
9+
# 5. get release branch name
10+
# 6. switch to release branch
11+
# 7. stage changes
12+
# 8. commit changes
13+
# 9. push release branch to origin
14+
# 10. cleanup
1415

16+
yarn typecheck
1517
yarn test:cov
1618
yarn pack -o %s-%v.tgz
1719
VERSION=$(jq .version package.json -r)

0 commit comments

Comments
 (0)