Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 27, 2023
2 parents aa92fa9 + 0ef3e0e commit 9a7f8ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## v0.7.1 (2023-10-27)

### Fixed

- Fix NPM bin path ([5694cb4](https://github.com/studiometa/cli-test-redirection/commit/5694cb4))

## v0.7.0 (2023-10-27)

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@studiometa/cli-test-redirection",
"version": "0.7.0",
"version": "0.7.1",
"publishConfig": {
"access": "public"
},
"bin": {
"@studiometa/cli-test-redirection": "dist/test-redirection.js",
"cli-test-redirection": "dist/test-redirection.js",
"test-redirection": "dist/test-redirection.js"
"@studiometa/cli-test-redirection": "src/test-redirection.js",
"cli-test-redirection": "src/test-redirection.js",
"test-redirection": "src/test-redirection.js"
},
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 9a7f8ae

Please sign in to comment.