From 2d49df4d340bb4f8874100cda0e19b942fb26189 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Mon, 23 Sep 2024 00:03:20 -0400 Subject: [PATCH] chore(release): 1.21.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d16d3..789cb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.21.0](https://github.com/gtokman/ExtensionKit/compare/v1.20.2...v1.21.0) (2024-09-23) + + +### Features + +* add more views ([6e16bac](https://github.com/gtokman/ExtensionKit/commit/6e16bacdfd7ff2bd10220deb0e58840704eb86d3)) +* add more views and polish ([898529c](https://github.com/gtokman/ExtensionKit/commit/898529cdd89c6c23f17bd1a24cc874e7c9a6ad54)) + ### [1.20.2](https://github.com/gtokman/ExtensionKit/compare/v1.20.1...v1.20.2) (2021-09-20) diff --git a/package.json b/package.json index d65a949..d4c0839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extensionkit", - "version": "1.20.2", + "version": "1.21.0", "description": "A collection of UIKit and SwiftUI extensions to speed up app development", "main": "package.swift", "scripts": {