Skip to content

Commit

Permalink
chore: release @sounisi5011/run-if-supported 1.1.0 (#276)
Browse files Browse the repository at this point in the history
* chore: release @sounisi5011/run-if-supported 1.1.0

* chore: trigger tests

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <release-workflow+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sonishi Izuka <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2021
1 parent cc1ebd2 commit 6bf829b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/cli/run-if-supported/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://www.github.com/sounisi5011/npm-packages/compare/run-if-supported-v1.0.5...run-if-supported-v1.1.0) (2021-12-09)


### Features

* **node version:** support Node.js v17 ([#273](https://www.github.com/sounisi5011/npm-packages/issues/273)) ([1654602](https://www.github.com/sounisi5011/npm-packages/commit/1654602f39c434a9a72bb996a3dfd3d454c13e2f))


### Bug Fixes

* **publish:** fix `files` field in `package.json` files to ensure appropriate files are published ([#311](https://www.github.com/sounisi5011/npm-packages/issues/311)) ([99fc7fe](https://www.github.com/sounisi5011/npm-packages/commit/99fc7fe66eb180b7aeeaa10b60951b3767cbae3c))
* **run-if-supported:** fix examples in help message ([#308](https://www.github.com/sounisi5011/npm-packages/issues/308)) ([d6682bd](https://www.github.com/sounisi5011/npm-packages/commit/d6682bd9dd7cdab6afaec0298f619fd13c8e1c90))

### [1.0.5](https://www.github.com/sounisi5011/npm-packages/compare/run-if-supported-v1.0.4...run-if-supported-v1.0.5) (2021-11-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/run-if-supported/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sounisi5011/run-if-supported",
"version": "1.0.5",
"version": "1.1.0",
"description": "Execute the command only if you are running on a supported version of Node and platform",
"keywords": [
"ci",
Expand Down

0 comments on commit 6bf829b

Please sign in to comment.