Skip to content

Commit

Permalink
Release v12.0.0 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored May 30, 2024
1 parent b96281b commit 2f38f46
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 1,027 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Unreleased


## [`v12.0.0`](https://github.com/stellar/js-stellar-base/compare/v11.0.1...v12.0.0)

This is a re-tag of v12.0.0-rc.1 with only developer dependency updates in-between.


## [`v12.0.0-rc.1`](https://github.com/stellar/js-stellar-base/compare/v11.0.1...v12.0.0-rc.1)

### Breaking Changes
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/stellar-base",
"version": "12.0.0-rc.1",
"version": "12.0.0",
"description": "Low-level support library for the Stellar network.",
"main": "./lib/index.js",
"browser": {
Expand Down Expand Up @@ -70,15 +70,15 @@
},
"homepage": "https://github.com/stellar/js-stellar-base",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/eslint-plugin": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/register": "^7.23.7",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/eslint-plugin": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/register": "^7.24.6",
"@definitelytyped/dtslint": "^0.0.182",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@typescript-eslint/parser": "^6.20.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -92,7 +92,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-import": "^0.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.1.0",
"eslint-webpack-plugin": "^4.2.0",
"ghooks": "^2.0.4",
"husky": "^8.0.3",
"jsdoc": "^4.0.3",
Expand All @@ -103,7 +103,7 @@
"karma-mocha": "^2.0.0",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"minami": "^1.1.1",
"mocha": "^10.4.0",
"node-polyfill-webpack-plugin": "^3.0.0",
Expand Down
Loading

0 comments on commit 2f38f46

Please sign in to comment.