Skip to content

Commit

Permalink
Merge branch 'release/0.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Oct 27, 2023
2 parents 9a7f8ae + af29a3a commit 74074a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.2 (2023-10-27)

### Fixed

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

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

### Fixed
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: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "@studiometa/cli-test-redirection",
"version": "0.7.1",
"version": "0.7.2",
"publishConfig": {
"access": "public"
},
"bin": {
"@studiometa/cli-test-redirection": "src/test-redirection.js",
"cli-test-redirection": "src/test-redirection.js",
"test-redirection": "src/test-redirection.js"
"test-redirection": "./bin/test-redirection.js"
},
"main": "src/index.js",
"main": "./src/index.js",
"type": "module",
"files": [
"bin/*",
Expand Down

0 comments on commit 74074a6

Please sign in to comment.