Skip to content

Commit

Permalink
Merge pull request #6 from demmorou/release/logger/v1.0.11
Browse files Browse the repository at this point in the history
chore: increase version
  • Loading branch information
demmorou authored Aug 19, 2024
2 parents bcc8dc0 + a0c62c7 commit d3e3713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Packages to npm
on:
push:
branches:
- 'release/**'
- main

jobs:
publish-package:
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demmorou/logger",
"version": "1.0.10",
"version": "1.0.11",
"author": "Deusimar (@demmorou)",
"description": "Custom logger implementation based on winston. For any Node.js application.",
"main": "dist/index.js",
Expand Down

0 comments on commit d3e3713

Please sign in to comment.