From dca15d1895372ffd4c840f0941c9be69ae61b1f7 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Sun, 2 May 2021 11:19:40 -0400 Subject: [PATCH] chore(release): 1.11.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dec26c..62c247a 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.11.0](https://github.com/gtokman/ExtensionKit/compare/v1.10.0...v1.11.0) (2021-05-02) + + +### Features + +* add lane for publishing to GH release ([4810a05](https://github.com/gtokman/ExtensionKit/commit/4810a05fb9953b5a61a297b2115cb4e81aefd4d7)) +* add new scroll view extension to read content offset ([7f0da42](https://github.com/gtokman/ExtensionKit/commit/7f0da42d6b9f5e069683e30aa83604b02ef616cd)) + + +### Bug Fixes + +* update fill view extension naming to match others ([0c64caf](https://github.com/gtokman/ExtensionKit/commit/0c64caff810293c9ba4e2c7bff09e6282f788d12)) +* update name of if let view extension ([f92a73c](https://github.com/gtokman/ExtensionKit/commit/f92a73c1572a040bfb323419c2bd772f8388ef55)) + ## [1.10.0](https://github.com/gtokman/ExtensionKit/compare/v1.9.0...v1.10.0) (2021-05-01) diff --git a/package.json b/package.json index bb97182..0ed7326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.10.0", + "version": "1.11.0", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {