@mainqueueio/playground 0.3.4-next.51 → 0.4.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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,3 +21,6 @@ bun run index.ts
21
21
  ```
22
22
 
23
23
  This project was created using `bun init` in bun v1.2.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
24
+
25
+ All emojis supported
26
+ [GitMoji](https://gist.github.com/parmentf/035de27d6ed1dce0b36a)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mainqueueio/playground",
3
- "version": "0.3.4-next.51",
3
+ "version": "0.4.0",
4
4
  "author": "diegocuehdz",
5
5
  "description": "MainQueue's playground project for checking deploys, registries, and other things.",
6
6
  "license": "MIT",