From 753824365974714e60dbbf62dee508f08d6ed5cd Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 14 Jan 2021 10:30:36 -0500 Subject: [PATCH] release 0.3.25 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992ba1958..1d00e9eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.25](https://github.com/IQTLabs/CRviz/compare/v0.3.24...v0.3.25) (2021-01-14) + +#### Dependency Updates +* update dependency hawk to v9.0.0 ([13526a1](https://github.com/IQTLabs/CRviz/commit/13526a113989e31d7c2a1f43ad9c4f22790f7b00)) +* update dependency ini from 1.3.5 to 1.3.7 ([a4139e7](https://github.com/IQTLabs/CRviz/commit/a4139e783fb29f7494a2e4ee72ff209deeee7687)) +* update dependency typescript to v4.1.3 ([4dd6790](https://github.com/IQTLabs/CRviz/commit/4dd6790623220a40d16350405627098f10662d66)) +* update dependency @actions/setup-node action to v2 ([acbae6b](https://github.com/IQTLabs/CRviz/commit/acbae6b1b8b7d18b97320f47834777292a27a8a2)) +* update dependency node-notifier from 8.0.0 to 8.0.1 ([dbb343d](https://github.com/IQTLabs/CRviz/commit/dbb343da9e28236c2a4db617a20b9fc1b508fe34)) +* update dependency @fortawesome/react-fontawesome to v0.1.14 ([0badb4d](https://github.com/IQTLabs/CRviz/commit/0badb4d10b7b882b8c0ab2449f8dab6d59a0d742)) +* update dependency eslint-plugin-react to v7.22.0 ([7155ca8](https://github.com/IQTLabs/CRviz/commit/7155ca8cf21b26183e506fa876154113792ab9ac)) +* update dependency react-spinners to v0.10.4 ([b0f1896](https://github.com/IQTLabs/CRviz/commit/b0f1896655a1445a1423df944af9bad74ead640c)) +* update dependency eslint to v7.17.0 ([1a96dd6](https://github.com/IQTLabs/CRviz/commit/1a96dd6cf812ff769836315e41a905f07452178c)) +* update dependency codecov/codecov-action action to v1.2.1 ([dcb2b59](https://github.com/IQTLabs/CRviz/commit/dcb2b597b30336021924531a8964fa03a760bba2)) +* update dependency Font Awesome to v5.15.2 ([3af4a3f](https://github.com/IQTLabs/CRviz/commit/3af4a3f349728699263863df96986ec4dde84488)) +* update dependency sinon to v9.2.3 ([6556c89](https://github.com/IQTLabs/CRviz/commit/6556c897b1970534067ed9d7a6b5a9734aa0c209)) + + ### [0.3.24](https://github.com/IQTLabs/CRviz/compare/v0.3.23...v0.3.24) (2020-12-10) ### Changes diff --git a/package-lock.json b/package-lock.json index 33267a255..ce6e8aa3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "CRviz", - "version": "0.3.25-dev", + "version": "0.3.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65bd22e54..5de71cf6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CRviz", - "version": "0.3.25-dev", + "version": "0.3.25", "private": true, "dependencies": { "@fortawesome/fontawesome": "1.1.8",