From 375278b0345ac7edc209b8851683d8b6b355b10b Mon Sep 17 00:00:00 2001 From: Teo Dragovic Date: Wed, 20 Jan 2021 15:35:22 +0100 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48eaffc..cc9df41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/teodragovic/curly-quote/compare/v1.1.0...v1.2.0) (2021-01-20) + + +### Features + +* add about section ([#8](https://github.com/teodragovic/curly-quote/issues/8)) ([bac9b65](https://github.com/teodragovic/curly-quote/commit/bac9b6507203b4bddfaef47cebf1fd1b4030e8ce)) + ## [1.1.0](https://github.com/teodragovic/curly-quote/compare/v1.0.0...v1.1.0) (2021-01-11) diff --git a/package.json b/package.json index 1b35e04..24f81fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curly-quote", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "start": "npx browser-sync . -w", "test": "echo \"Error: no test specified\" && exit 1"