Skip to content

Commit 9a7f8ae

Browse files
committed
Merge branch 'release/0.7.1'
2 parents aa92fa9 + 0ef3e0e commit 9a7f8ae

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## v0.7.1 (2023-10-27)
10+
11+
### Fixed
12+
13+
- Fix NPM bin path ([5694cb4](https://github.com/studiometa/cli-test-redirection/commit/5694cb4))
14+
915
## v0.7.0 (2023-10-27)
1016

1117
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@studiometa/cli-test-redirection",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"publishConfig": {
55
"access": "public"
66
},
77
"bin": {
8-
"@studiometa/cli-test-redirection": "dist/test-redirection.js",
9-
"cli-test-redirection": "dist/test-redirection.js",
10-
"test-redirection": "dist/test-redirection.js"
8+
"@studiometa/cli-test-redirection": "src/test-redirection.js",
9+
"cli-test-redirection": "src/test-redirection.js",
10+
"test-redirection": "src/test-redirection.js"
1111
},
1212
"main": "src/index.js",
1313
"type": "module",

0 commit comments

Comments
 (0)