From 16cba1f2ae96725cea2e33cba35e36bcf3ef3b11 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 14 Dec 2021 15:22:57 +0000 Subject: [PATCH] chore(release): v0.2.1 --- CHANGELOG.md | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8633a59..bc41321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.1](https://github.com/web3community/DEV-NFT/compare/v0.2.0...v0.2.1) (2021-12-14) + + +### Bug Fixes + +* session return missing ([9aad9c5](https://github.com/web3community/DEV-NFT/commit/9aad9c5f267eb2f38d3a15d5b6929713e3e53e25)) +* the user canno't access the marketplace if not logged to github. We redirect the user to the /login page ([c080a95](https://github.com/web3community/DEV-NFT/commit/c080a951dfe02d1313c4aff3518bdaa6d1b5675c)) + + + # [0.2.0](https://github.com/web3community/DEV-NFT/compare/v0.1.1...v0.2.0) (2021-12-12) @@ -34,12 +44,3 @@ -## [1.0.3](https://github.com/web3community/DEV-NFT/compare/v1.0.2...v1.0.3) (2021-11-15) - - -### Bug Fixes - -* Update Discord links ([f097734](https://github.com/web3community/DEV-NFT/commit/f097734f9593630246bc718e76b363f6f42319f9)) - - - diff --git a/package.json b/package.json index 7a7d8cb..89f6485 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "postcss": "^8.3.5", "tailwindcss": "^2.2.4" }, - "version": "0.2.0" + "version": "0.2.1" } \ No newline at end of file