diff --git a/CHANGELOG.md b/CHANGELOG.md index 767b0fa..f3d094d 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.17.1](https://github.com/gtokman/ExtensionKit/compare/v1.17.0...v1.17.1) (2021-05-08) + + +### Bug Fixes + +* update order of modifiers on Button extension ([154cc3b](https://github.com/gtokman/ExtensionKit/commit/154cc3b3fa26298e9a231a8db67a6a8e89a57e8f)) + ## [1.17.0](https://github.com/gtokman/ExtensionKit/compare/v1.16.0...v1.17.0) (2021-05-08) diff --git a/package.json b/package.json index bfd5b4b..18931b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.17.0", + "version": "1.17.1", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {