From 5c1d092ab5ab3f57e1080431e80ba17974b6a1b7 Mon Sep 17 00:00:00 2001 From: Anthony Di Benedetto Date: Sun, 13 Jun 2021 08:16:01 +0200 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3861c..6f02034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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.1](https://github.com/iniva/action-repository-dispatch/compare/v1.1.0...v1.1.1) (2021-06-13) + ## [1.1.0](https://github.com/iniva/action-repository-dispatch/compare/v1.0.0...v1.1.0) (2021-03-13) diff --git a/package.json b/package.json index b58574c..069302c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-repository-dispatch", - "version": "1.1.0", + "version": "1.1.1", "description": "Send customized repository_dispatch events", "main": "dist/index.js", "author": {