oceanic.js 0.0.10 → 0.0.11-dev.3df6857

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  run: |
17
17
  git config user.email "<>"
18
18
  git config user.name "GitHub Actions"
19
- npm version patch
19
+ npm --no-git-tag-version version patch
20
20
  hash=$(git rev-parse --short dev)
21
21
  version=$(jq -r .version package.json)
22
22
  v="$version-dev.$hash"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "0.0.10",
3
+ "version": "0.0.11-dev.3df6857",
4
4
  "description": "A nodejs library for interfacing with Discord.",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "0.0.10",
3
+ "version": "0.0.11-dev.3df6857",
4
4
  "description": "A nodejs library for interfacing with Discord.",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",