Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 25, 2021
1 parent 2aa4424 commit c866372
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c866372

Please sign in to comment.