From db4cead5ff1f1ff754d23fa5d90a3365661489de Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Wed, 4 Mar 2020 14:52:42 +0000
Subject: [PATCH] fixed changelog typo

---
 CHANGELOG.md          | 3 +--
 app/package-lock.json | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14d2dab..d60689b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,11 +13,10 @@ _4th March 2020_
 
 ### Fixed
 
-– Box sizing so textarea now is same width.
-
 - Textarea ignores drag allowing selections.
 - Markdown images now resize to fit node card width.
 - About.vue link to code now correct to nn group repo.
+- CSS Box-sizing so textarea is correct width.
 
 # 0.1.2
 
diff --git a/app/package-lock.json b/app/package-lock.json
index a206bfa..6abab66 100644
--- a/app/package-lock.json
+++ b/app/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "nodenogg.in",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
-- 
GitLab