Skip to content

Commit

Permalink
Release v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Weingärtner committed Oct 2, 2023
1 parent a240d29 commit 9f8be97
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.4.3",
"version": "2.4.4",
"command": {
"publish": {
"skipGit": true,
Expand Down
8 changes: 4 additions & 4 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 packages/node-logger-formatter-monolog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainbits/node-logger-formatter-monolog",
"version": "2.4.3",
"version": "2.4.4",
"description": "Logger for node projects",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-logger-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainbits/node-logger-plugin-sentry",
"version": "2.4.3",
"version": "2.4.4",
"description": "Logger plugin sentry",
"main": "dist/index.js",
"types": "src/types.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@brainbits/node-logger": "^2.4.3",
"@brainbits/node-logger": "^2.4.4",
"eslint": "^8.3.0",
"eslint-config-brainbits": "^4.1.2",
"eslint-config-brainbits-jest": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainbits/node-logger",
"version": "2.4.3",
"version": "2.4.4",
"description": "Logger for node projects",
"main": "dist/index.js",
"types": "src/types.d.ts",
Expand Down

0 comments on commit 9f8be97

Please sign in to comment.