diff --git a/CHANGELOG b/CHANGELOG index d361158..6bc0c88 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). -## [0.2.6] (pre-release) - 2022-06-20 +## [0.2.7] (pre-release) - 2022-06-20 ### Added - Added DNS inspection segment, in line with addition to the API. - Help page. diff --git a/package-lock.json b/package-lock.json index 6a4e088..97b8a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsth.is", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsth.is", - "version": "0.2.6", + "version": "0.2.7", "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", diff --git a/package.json b/package.json index c20be9c..191d9b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsth.is", - "version": "0.2.6", + "version": "0.2.7", "private": true, "dependencies": { "@emotion/react": "^11.9.0",