From 3f2ce8caf5eb46436eae326e402647dc54e1fec1 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Tue, 19 Apr 2022 08:48:38 +0100 Subject: [PATCH] Release 0.2.2. --- CHANGELOG | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8ad6475..b8a6bf8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.2.2] (pre-release) - 2022-04-19 ### Added - Browser detection. - Report failed detection button. @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything (initial release). [unrld]: https://github.com/soup-bowl/whatsth.is/compare/v0.1.0...HEAD +[0.2.2]: https://github.com/soup-bowl/whatsth.is/releases/tag/0.2.2 +[0.2.1]: https://github.com/soup-bowl/whatsth.is/releases/tag/0.2.1 [0.2.0]: https://github.com/soup-bowl/whatsth.is/releases/tag/0.2.0 [0.1.1]: https://github.com/soup-bowl/whatsth.is/releases/tag/0.1.1 [0.1.0]: https://github.com/soup-bowl/whatsth.is/releases/tag/0.1.0 diff --git a/package-lock.json b/package-lock.json index a0d4fed..f539884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsth.is", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsth.is", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", diff --git a/package.json b/package.json index 1a7a58b..e4853ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsth.is", - "version": "0.2.1", + "version": "0.2.2", "private": true, "dependencies": { "@emotion/react": "^11.8.1",