Skip to content

Commit

Permalink
version 0.8.1 and upgrade dependencies and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Mar 5, 2024
1 parent 177d67c commit 56c6d2e
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 86 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.8.1 - tbd
## v0.8.1 - 2024-03-05

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.6)
activesupport (6.1.7.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand Down
159 changes: 80 additions & 79 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,6 +1,6 @@
{
"name": "@cap-js-community/mtx-tool",
"version": "0.8.0",
"version": "0.8.1",
"description": "Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications",
"bin": {
"mtx": "bin/mtx.js"
Expand All @@ -11,8 +11,8 @@
"src"
],
"scripts": {
"postinstall": "npx patch-package",
"test": "jest",
"test:patch": "npx patch-package",
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
"test:record": "npm run test:record:reg && npm run test:record:cds && npm run test:record:hdi",
"test:update": "jest --updateSnapshot",
Expand Down Expand Up @@ -40,11 +40,11 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"nock": "^13.5.3",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 56c6d2e

Please sign in to comment.