We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78297e5 commit ab42aceCopy full SHA for ab42ace
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stackr23/logger",
3
- "version": "2.2.3",
+ "version": "2.2.4",
4
"description": "beautyful console output helper with custom chalk extension",
5
"main": "./dist/index.js",
6
"scripts": {
@@ -55,12 +55,8 @@
55
"@semantic-release/git",
56
57
"assets": [
58
- "dist/**/*.{js,css}",
59
"CHANGELOG.md",
60
- "LINCENSE",
61
- "package.json",
62
- "gitbash-output.png",
63
- "README.md"
+ "package.json"
64
],
65
"message": "chore(release): :bookmark: ${nextRelease.version} :package: package :rocket: published\n\n${nextRelease.notes}"
66
}
0 commit comments