diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f87163..55a051a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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/gtokman/ExtensionKit/compare/v1.1.0...v1.2.0) (2021-04-25) + + +### Features + +* add border overlay on view extension ([0136cd5](https://github.com/gtokman/ExtensionKit/commit/0136cd50999ef4e5c13b951b23c6908f679b0139)) +* add shimmer view and modifier ([e4ae440](https://github.com/gtokman/ExtensionKit/commit/e4ae44005614cd936a926db4e901b0752c0062b6)) +* add view fill width and height extension ([8457491](https://github.com/gtokman/ExtensionKit/commit/8457491694844a7a29306acb7a9b16a3c671fc8b)) + + +### Bug Fixes + +* update docs ([0bdd0b2](https://github.com/gtokman/ExtensionKit/commit/0bdd0b23b9465f961f1aa9903a45f7e33add96b8)) + ## [1.1.0](https://github.com/gtokman/ExtensionKit/compare/v1.0.1...v1.1.0) (2021-04-24) diff --git a/package.json b/package.json index 799bb9c..ecef35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.1.0", + "version": "1.2.0", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {