Skip to content

Commit

Permalink
chore(main): release 11.2.0 (#743)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent f09652e commit 3e3c7ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [11.2.0](https://github.com/nodeshift/nodeshift/compare/v11.1.0...v11.2.0) (2024-04-26)


### Features

* add flag to change the name. ([#742](https://github.com/nodeshift/nodeshift/issues/742)) ([2e8385f](https://github.com/nodeshift/nodeshift/commit/2e8385f83ae50b40b763fce5d189d8b9c73a70c7))


### Bug Fixes

* upgrade minimatch from 9.0.3 to 9.0.4 ([#741](https://github.com/nodeshift/nodeshift/issues/741)) ([f09652e](https://github.com/nodeshift/nodeshift/commit/f09652e1db2e12174dad38c15788e2ab64601a59))

## [11.1.0](https://github.com/nodeshift/nodeshift/compare/v11.0.0...v11.1.0) (2024-04-25)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeshift",
"version": "11.1.0",
"version": "11.2.0",
"description": "Plugin for running openshift deployments",
"bin": {
"nodeshift": "./bin/nodeshift"
Expand Down

0 comments on commit 3e3c7ad

Please sign in to comment.