From d8deabd634fcf6db0b485d771bfb1d0abe434885 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Fri, 8 Jul 2022 19:01:31 +0000 Subject: [PATCH] Release. --- CHANGELOG | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4d1cd7..461020c 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.11] - 2022-07-08 ### Added - Cron calculator segment. - Unix epoch segment. diff --git a/package-lock.json b/package-lock.json index 449e4e1..b036fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsth.is", - "version": "develop", + "version": "0.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsth.is", - "version": "develop", + "version": "0.2.11", "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", diff --git a/package.json b/package.json index 46f1917..49e504d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsth.is", - "version": "develop", + "version": "0.2.11", "private": true, "dependencies": { "@emotion/react": "^11.9.0",