From 2c9187c97dcac853a7ad3ada9a58e547d0cd96ce Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Sat, 8 May 2021 12:02:48 -0400 Subject: [PATCH] chore(release): 1.18.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d9d67..6176734 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.18.1](https://github.com/gtokman/ExtensionKit/compare/v1.18.0...v1.18.1) (2021-05-08) + + +### Bug Fixes + +* simplify the keyboard state modifier ([53e9f02](https://github.com/gtokman/ExtensionKit/commit/53e9f023cc9c5c03f5f0363d32d46581cc062071)) + ## [1.18.0](https://github.com/gtokman/ExtensionKit/compare/v1.17.1...v1.18.0) (2021-05-08) diff --git a/package.json b/package.json index 5ed303e..4c373c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.18.0", + "version": "1.18.1", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {