Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 24, 2021
1 parent e117767 commit 0925ed0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.1.0](https://github.com/gtokman/ExtensionKit/compare/v1.0.1...v1.1.0) (2021-04-24)


### Features

* add color extensions ([ec0e604](https://github.com/gtokman/ExtensionKit/commit/ec0e6040476517ede4af16511aa6996f1185f9e4))
* add new View extensions ([b502d98](https://github.com/gtokman/ExtensionKit/commit/b502d98b3b775c78f41d8429cafbe2af7a0871ae))
* add UIView extensions ([b4e0e61](https://github.com/gtokman/ExtensionKit/commit/b4e0e615cfbc5df14047613b8115383bcaede31a))

### [1.0.1](https://github.com/gtokman/ExtensionKit/compare/v1.0.0...v1.0.1) (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.0.1",
"version": "1.1.0",
"description": "A collection of UIKit and SwiftUI extensions to speed up app development",
"main": "package.swift",
"scripts": {
Expand Down

0 comments on commit 0925ed0

Please sign in to comment.