From aae21d79ee346eda01e7927238ca7e3606dae9a8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jan 2022 00:13:18 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/recurser/string-is/compare/v1.11.0...v1.12.0) (2022-01-31) ### Features * make the chevron icons consistent with layout on mobile ([0b336b6](https://github.com/recurser/string-is/commit/0b336b61697b7738c1bba6eb4f9f427f3c4b83b4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413031e8..4157466f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/recurser/string-is/compare/v1.11.0...v1.12.0) (2022-01-31) + + +### Features + +* make the chevron icons consistent with layout on mobile ([0b336b6](https://github.com/recurser/string-is/commit/0b336b61697b7738c1bba6eb4f9f427f3c4b83b4)) + # [1.11.0](https://github.com/recurser/string-is/compare/v1.10.0...v1.11.0) (2022-01-27) diff --git a/package.json b/package.json index 3d83563c..df5e570d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-is", - "version": "1.11.0", + "version": "1.12.0", "private": true, "scripts": { "all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",