From 7f527ea03455ef082c51698799bb343faaaae4f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 02:22:38 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/nomoixyz/reporter/compare/v1.0.0...v1.1.0) (2022-12-29) ### Bug Fixes * simplify badges ([4b2db05](https://github.com/nomoixyz/reporter/commit/4b2db058344a528f0cf78dcfc13e6919d2e410cb)) ### Features * introduction and conclusion ([3144bd7](https://github.com/nomoixyz/reporter/commit/3144bd7f91e3fb874c1e859cb8e48f45c1cfb26d)) --- docs/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7d3282b..28c61e7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/nomoixyz/reporter/compare/v1.0.0...v1.1.0) (2022-12-29) + + +### Bug Fixes + +* simplify badges ([4b2db05](https://github.com/nomoixyz/reporter/commit/4b2db058344a528f0cf78dcfc13e6919d2e410cb)) + + +### Features + +* introduction and conclusion ([3144bd7](https://github.com/nomoixyz/reporter/commit/3144bd7f91e3fb874c1e859cb8e48f45c1cfb26d)) + # [1.1.0-beta.1](https://github.com/nomoixyz/reporter/compare/v1.0.0...v1.1.0-beta.1) (2022-12-29) diff --git a/package.json b/package.json index e06686e..83defd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nomoi/reporter", - "version": "1.1.0-beta.1", + "version": "1.1.0", "description": "", "repository": "github:nomoixyz/reporter", "private": false,