From 82712d8843ddf3b5ae877d1d74e2f0f337f36636 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Jul 2022 16:54:09 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/bjmccotter7192/bjmac-npm-package/compare/v2.1.0...v2.1.1) (2022-07-29) ### Bug Fixes * changing npm token type and name ([b251c9d](https://github.com/bjmccotter7192/bjmac-npm-package/commit/b251c9d11e615bf95d28bc4eee1dcc5da9a09b1f)) * changing token name ([a318267](https://github.com/bjmccotter7192/bjmac-npm-package/commit/a318267a9b147cc55da90403c2c626bda023258b)) * npm publishing ([f10ac4f](https://github.com/bjmccotter7192/bjmac-npm-package/commit/f10ac4f21ec959db03ed833ffeec974a866911e8)) * trying to fix workflow ([bf8ede8](https://github.com/bjmccotter7192/bjmac-npm-package/commit/bf8ede8ab4f84e34c3e59595ec512d654590328b)) * trying to get this to work again ([0fd44aa](https://github.com/bjmccotter7192/bjmac-npm-package/commit/0fd44aa3360f769987672764055a0b4cfa678d94)) * trying to match npm token name ([a9b8f9d](https://github.com/bjmccotter7192/bjmac-npm-package/commit/a9b8f9dbee415308e643453587d57aa9f48fc4a2)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5d86d8..3591280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bjmac-button-2", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bjmac-button-2", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index 9921f1b..0f9b317 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",