deverything 1.8.1 → 1.9.0

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
@@ -214,7 +214,7 @@ These functions are optimized for low entropy random data generation useful for
214
214
  After changes, run
215
215
 
216
216
  ```
217
- pnpm bump
217
+ pnpm release
218
218
  ```
219
219
 
220
220
  To bump the version. CI will take care of publishing the package when merged.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deverything",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "description": "Everything you need for Dev",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",