From 6e0fa3e1a25910e193041d1f377b71f125ec4d1c Mon Sep 17 00:00:00 2001 From: George Date: Wed, 4 Aug 2021 10:12:39 -0700 Subject: [PATCH] Release v5.3.2 (#448) --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa8f86b0..bbc2ae460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased ### Fix -- Update various dependencies to more-secure versions. Most are developer dependencies which means no or minimal downstream effects; the only non-developer dependency upgrade is a patch version bump to `lodash` ([#446](https://github.com/stellar/js-stellar-base/pull/446), [#447](https://github.com/stellar/js-stellar-base/pull/447)). +- Update various dependencies to secure versions. Most are developer dependencies which means no or minimal downstream effects ([#446](https://github.com/stellar/js-stellar-base/pull/446), [#447](https://github.com/stellar/js-stellar-base/pull/447), [#392](https://github.com/stellar/js-stellar-base/pull/392), [#428](https://github.com/stellar/js-stellar-base/pull/428)); the only non-developer dependency upgrade is a patch version bump to `lodash` ([#449](https://github.com/stellar/js-stellar-base/pull/449)). ## [v5.3.1](https://github.com/stellar/js-stellar-base/compare/v5.3.0..v5.3.1) diff --git a/package.json b/package.json index db30fe20f..2215fb372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "5.3.1", + "version": "5.3.2", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",