From 9f9a2aaca7e1e7d9cf40f221ac540f41ec2a2eaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:09:32 -0600 Subject: [PATCH] chore(main): release 1.2.1 (#132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97788c6..d4feaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.2.1](https://github.com/sern-handler/cli/compare/v1.2.0...v1.2.1) (2024-02-08) + + +### Bug Fixes + +* better error messages for publish ([d1832e4](https://github.com/sern-handler/cli/commit/d1832e44ce1b10aeb5b9dc902b7d35ab51c41ff3)) + ## [1.2.0](https://github.com/sern-handler/cli/compare/v1.1.0...v1.2.0) (2024-01-29) diff --git a/package-lock.json b/package-lock.json index 61f87c2..450696a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sern/cli", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sern/cli", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@esbuild-kit/cjs-loader": "^2.4.2", diff --git a/package.json b/package.json index ca50f54..bf7b187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/cli", - "version": "1.2.0", + "version": "1.2.1", "description": "Official CLI for @sern/handler", "exports": "./dist/index.js", "bin": {