Skip to content

Commit

Permalink
finalize v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 13, 2024
1 parent dc07af5 commit eb46f89
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 62 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- order is REMOVED, CHANGED, ADDED, FIXED -->

## v0.9.2 - tbd
## v0.9.3 - tbd

## v0.9.1 - 2024-12-13
## v0.9.2 - 2024-12-13

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can also not install the tool and use it ad-hoc.
# ad-hoc
npx @cap-js-community/mtx-tool
# ad-hoc with fixed version, e.g. for stable pipelines
npx @cap-js-community/[email protected].1
npx @cap-js-community/[email protected].2
```

## Support, Feedback, Contributing
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can also not install the tool and use it ad-hoc.
# ad-hoc
npx @cap-js-community/mtx-tool
# ad-hoc with fixed version, e.g. for stable pipelines
npx @cap-js-community/[email protected].1
npx @cap-js-community/[email protected].2
```

## Content
Expand Down
108 changes: 51 additions & 57 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": "@cap-js-community/mtx-tool",
"version": "0.9.1",
"version": "0.9.2",
"description": "Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications",
"bin": {
"mtx": "bin/mtx.js"
Expand Down

0 comments on commit eb46f89

Please sign in to comment.