@snelusha/noto 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.cjs CHANGED
@@ -175,7 +175,7 @@ ${diff}`
175
175
  return message.text.trim();
176
176
  }
177
177
 
178
- const version = "0.2.4";
178
+ const version = "0.3.1";
179
179
 
180
180
  yargs__default(helpers.hideBin(process.argv)).scriptName("noto").usage("$0 [args]").command(
181
181
  "config",
package/dist/cli.mjs CHANGED
@@ -163,7 +163,7 @@ ${diff}`
163
163
  return message.text.trim();
164
164
  }
165
165
 
166
- const version = "0.2.4";
166
+ const version = "0.3.1";
167
167
 
168
168
  yargs(hideBin(process.argv)).scriptName("noto").usage("$0 [args]").command(
169
169
  "config",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@snelusha/noto",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "generate clean commit messages in a snap! ✨",
6
6
  "license": "MIT",
7
7
  "author": {