diff --git a/CHANGELOG.md b/CHANGELOG.md index cf39011..bbc5b06 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.20.1](https://github.com/gtokman/ExtensionKit/compare/v1.20.0...v1.20.1) (2021-05-12) + + +### Bug Fixes + +* update bundle decode helper to take extension ([5e4c6c9](https://github.com/gtokman/ExtensionKit/commit/5e4c6c971079506a374a90c7cc1fae858fd001c5)) + ## [1.20.0](https://github.com/gtokman/ExtensionKit/compare/v1.19.0...v1.20.0) (2021-05-09) diff --git a/package.json b/package.json index 2c62192..6bb3327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.20.0", + "version": "1.20.1", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {