@oliversalzburg/js-utils 0.0.38-dev.0 → 0.0.38

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,5 +15,5 @@ A collection of random utilities for JS/TS development.
15
15
  ## Release Process
16
16
 
17
17
  ```
18
- npm version patch
18
+ npm version patch --message "chore: Version bump %s"
19
19
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oliversalzburg/js-utils",
4
- "version": "0.0.38-dev.0",
4
+ "version": "0.0.38",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {