Skip to content

Commit 2f38f46

Browse files
authored
Release v12.0.0 (#748)
1 parent b96281b commit 2f38f46

File tree

3 files changed

+836
-1027
lines changed

3 files changed

+836
-1027
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Unreleased
44

55

6+
## [`v12.0.0`](https://github.com/stellar/js-stellar-base/compare/v11.0.1...v12.0.0)
7+
8+
This is a re-tag of v12.0.0-rc.1 with only developer dependency updates in-between.
9+
10+
611
## [`v12.0.0-rc.1`](https://github.com/stellar/js-stellar-base/compare/v11.0.1...v12.0.0-rc.1)
712

813
### Breaking Changes

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-base",
3-
"version": "12.0.0-rc.1",
3+
"version": "12.0.0",
44
"description": "Low-level support library for the Stellar network.",
55
"main": "./lib/index.js",
66
"browser": {
@@ -70,15 +70,15 @@
7070
},
7171
"homepage": "https://github.com/stellar/js-stellar-base",
7272
"devDependencies": {
73-
"@babel/cli": "^7.24.5",
74-
"@babel/core": "^7.24.5",
75-
"@babel/eslint-parser": "^7.24.5",
76-
"@babel/eslint-plugin": "^7.24.5",
77-
"@babel/preset-env": "^7.24.5",
78-
"@babel/register": "^7.23.7",
73+
"@babel/cli": "^7.24.6",
74+
"@babel/core": "^7.24.6",
75+
"@babel/eslint-parser": "^7.24.6",
76+
"@babel/eslint-plugin": "^7.24.6",
77+
"@babel/preset-env": "^7.24.6",
78+
"@babel/register": "^7.24.6",
7979
"@definitelytyped/dtslint": "^0.0.182",
8080
"@istanbuljs/nyc-config-babel": "3.0.0",
81-
"@types/node": "^20.12.12",
81+
"@types/node": "^20.12.13",
8282
"@typescript-eslint/parser": "^6.20.0",
8383
"babel-loader": "^9.1.3",
8484
"babel-plugin-istanbul": "^6.1.1",
@@ -92,7 +92,7 @@
9292
"eslint-plugin-node": "^11.1.0",
9393
"eslint-plugin-prefer-import": "^0.0.1",
9494
"eslint-plugin-prettier": "^5.1.3",
95-
"eslint-webpack-plugin": "^4.1.0",
95+
"eslint-webpack-plugin": "^4.2.0",
9696
"ghooks": "^2.0.4",
9797
"husky": "^8.0.3",
9898
"jsdoc": "^4.0.3",
@@ -103,7 +103,7 @@
103103
"karma-mocha": "^2.0.0",
104104
"karma-sinon-chai": "^2.0.2",
105105
"karma-webpack": "^5.0.1",
106-
"lint-staged": "^15.2.2",
106+
"lint-staged": "^15.2.5",
107107
"minami": "^1.1.1",
108108
"mocha": "^10.4.0",
109109
"node-polyfill-webpack-plugin": "^3.0.0",

0 commit comments

Comments
 (0)