From 34ba1ae3bb55343f9bdbc0080ff720eb45811dd9 Mon Sep 17 00:00:00 2001 From: Shane Earley Date: Thu, 12 Jan 2023 18:30:35 -0500 Subject: [PATCH] Release v0.0.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11545fa85..9902ddfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.0.3](https://github.com/consensusnetworks/casimir/compare/v0.0.2...v0.0.3) + +- Promote develop to master [`#240`](https://github.com/consensusnetworks/casimir/pull/240) +- Add distribution cache invalidation paths [`#239`](https://github.com/consensusnetworks/casimir/pull/239) +- Promote develop to master [`#235`](https://github.com/consensusnetworks/casimir/pull/235) +- Fix casing and remove duplicate title [`#238`](https://github.com/consensusnetworks/casimir/pull/238) +- Change cf viewerProtocolPolicy to REDIRECT_TO_HTTPS [`#237`](https://github.com/consensusnetworks/casimir/pull/237) +- Switch to shields-hosted badges [`#236`](https://github.com/consensusnetworks/casimir/pull/236) +- Add sync fix to release workflow (skip deploy) [`c77ddbe`](https://github.com/consensusnetworks/casimir/commit/c77ddbef47d98bcc93a41e43970f1ecd476a420b) + #### [v0.0.2](https://github.com/consensusnetworks/casimir/compare/v0.0.1...v0.0.2) +> 12 January 2023 + - Promote develop to master [`#233`](https://github.com/consensusnetworks/casimir/pull/233) - New design [`#232`](https://github.com/consensusnetworks/casimir/pull/232) - Promote develop to master [`#216`](https://github.com/consensusnetworks/casimir/pull/216) diff --git a/package-lock.json b/package-lock.json index 772a989e7..1bc0ca631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casimir", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "casimir", - "version": "0.0.2", + "version": "0.0.3", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index c57f3d559..681868a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casimir", - "version": "0.0.2", + "version": "0.0.3", "description": "Decentralized staking and asset management", "workspaces": [ "apps/*",