Skip to content

Commit

Permalink
chore(release): set package.json to 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.0...v1.12.0) (2022-11-03)

### Bug Fixes

* bump version for release appId fix ([92c7c7a](92c7c7a))
* references to moralis ([7a20630](7a20630))
* typo ([3edd9db](3edd9db))
* update package lock ([1b608a1](1b608a1))
* update references to github ([4098a93](4098a93))

### Features

* fix after clone ([1f96e3f](1f96e3f))
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent ee018d4 commit a8eb21a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.12.0](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/compare/v1.11.0...v1.12.0) (2022-11-03)


### Bug Fixes

* bump version for release appId fix ([92c7c7a](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/92c7c7a1aabfe4685cf84e715017bf5354fb2c8c))
* references to moralis ([7a20630](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/7a2063024870488794fafc08b53509b8889bdc27))
* typo ([3edd9db](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/3edd9db44d62d30cab1d1d676812092081109518))
* update package lock ([1b608a1](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/1b608a1b73909d19cde9970b31e4244e6a247ad5))
* update references to github ([4098a93](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/4098a93ea02e3309bb20d3627d6f1f5219ce4642))


### Features

* fix after clone ([1f96e3f](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/commit/1f96e3fbde3f2c572fb2a777330dd4077358f917))

# [1.11.0](https://github.com/MoralisWeb3/Moralis-JS-SDK/compare/v1.10.1...v1.11.0) (2022-08-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moralis-v1",
"version": "1.11.0",
"version": "1.12.0",
"description": "The Moralis JavaScript SDK",
"homepage": "https://docs.moralis.io",
"keywords": [
Expand Down Expand Up @@ -103,7 +103,7 @@
"scripts": {
"install:clean": "npm ci",
"build": "node scripts/build_releases.js",
"release": "npm publish",
"release": "GITHUB_TOKEN=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 NPM_TOKEN=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 npx semantic-release",
"test": "cross-env PARSE_BUILD=node NODE_ENV=test jest",
"test:ci": "cross-env PARSE_BUILD=node NODE_ENV=test jest",
"lint": "eslint --cache src/ integration/",
Expand Down

0 comments on commit a8eb21a

Please sign in to comment.