From 7dedb3f1f02e9fd77d1867520fc943a8691b0c26 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 6 Dec 2022 22:33:49 -0800 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa162a..309cd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.1.1](https://github.com/currents-dev/cli/compare/v3.1.0...v3.1.1) (2022-12-07) + + +### Bug Fixes + +* patch function ([d69876a](https://github.com/currents-dev/cli/commit/d69876ad0c8bee763bcf727939ab4e77fb9c69d8)) + ## [3.1.0](https://github.com/currents-dev/cli/compare/v3.0.0...v3.1.0) (2022-12-07) diff --git a/package.json b/package.json index 740226a..7ab9419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cli", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "main": "./dist", "typings": "./dist",