From 81ac9954a14f2dfc18dd20d61de50d55e631050d Mon Sep 17 00:00:00 2001 From: Sandrina Pereira Date: Wed, 17 May 2023 10:03:36 +0100 Subject: [PATCH] Release 0.1.6-beta.0 --- CHANGELOG.md | 22 ++++++++++++++-------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f549c..086ef7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,32 @@ +#### 0.1.6-beta.0 (2023-05-17) + +##### Bug Fixes + +- replace person by world ([#6](https://github.com/remoteoss/test-pkg-npm/pull/6)) ([46c5da8b](https://github.com/remoteoss/test-pkg-npm/commit/46c5da8b0663c3799146f8bfe63c30a778f4466d)) + #### 0.1.5-beta.0 (2023-05-17) ##### Chores -* revert package version to 0.1.4-beta.0 ([b4b94afa](https://github.com/remoteoss/test-pkg-npm/commit/b4b94afab3a93fea3454b215e579df24ba8240bd)) +- revert package version to 0.1.4-beta.0 ([b4b94afa](https://github.com/remoteoss/test-pkg-npm/commit/b4b94afab3a93fea3454b215e579df24ba8240bd)) ##### Continuous Integration -* Update release scripts ([964a96e5](https://github.com/remoteoss/test-pkg-npm/commit/964a96e5f885aedba36891f2fad41c3f47cb6ba3)) -* main - push tags ([648c50f8](https://github.com/remoteoss/test-pkg-npm/commit/648c50f8abe13623124e258324aaf26dcb572aef)) -* Add '-' to dev suffix ([fd8f5c5f](https://github.com/remoteoss/test-pkg-npm/commit/fd8f5c5fafc4090ea118bedc008d370b5c234328)) +- Update release scripts ([964a96e5](https://github.com/remoteoss/test-pkg-npm/commit/964a96e5f885aedba36891f2fad41c3f47cb6ba3)) +- main - push tags ([648c50f8](https://github.com/remoteoss/test-pkg-npm/commit/648c50f8abe13623124e258324aaf26dcb572aef)) +- Add '-' to dev suffix ([fd8f5c5f](https://github.com/remoteoss/test-pkg-npm/commit/fd8f5c5fafc4090ea118bedc008d370b5c234328)) ##### Bug Fixes -* Add missing person to goodbye ([#5](https://github.com/remoteoss/test-pkg-npm/pull/5)) ([d494a582](https://github.com/remoteoss/test-pkg-npm/commit/d494a5820da541e491bff2b728eefaeaf29425af)) +- Add missing person to goodbye ([#5](https://github.com/remoteoss/test-pkg-npm/pull/5)) ([d494a582](https://github.com/remoteoss/test-pkg-npm/commit/d494a5820da541e491bff2b728eefaeaf29425af)) #### 0.1.4-beta.0 (2023-05-17) ##### Continuous Integration -* Update release scripts ([964a96e5](https://github.com/remoteoss/test-pkg-npm/commit/964a96e5f885aedba36891f2fad41c3f47cb6ba3)) -* main - push tags ([648c50f8](https://github.com/remoteoss/test-pkg-npm/commit/648c50f8abe13623124e258324aaf26dcb572aef)) -* Add '-' to dev suffix ([fd8f5c5f](https://github.com/remoteoss/test-pkg-npm/commit/fd8f5c5fafc4090ea118bedc008d370b5c234328)) +- Update release scripts ([964a96e5](https://github.com/remoteoss/test-pkg-npm/commit/964a96e5f885aedba36891f2fad41c3f47cb6ba3)) +- main - push tags ([648c50f8](https://github.com/remoteoss/test-pkg-npm/commit/648c50f8abe13623124e258324aaf26dcb572aef)) +- Add '-' to dev suffix ([fd8f5c5f](https://github.com/remoteoss/test-pkg-npm/commit/fd8f5c5fafc4090ea118bedc008d370b5c234328)) #### 0.1.2-beta.0 (2023-05-16) diff --git a/package-lock.json b/package-lock.json index 568347e..c79ff97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@remoteoss/test-pkg-npm", - "version": "0.1.5-beta.0", + "version": "0.1.6-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@remoteoss/test-pkg-npm", - "version": "0.1.5-beta.0", + "version": "0.1.6-beta.0", "license": "MIT", "devDependencies": { "child-process-promise": "^2.2.1", diff --git a/package.json b/package.json index c294e8a..479029f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@remoteoss/test-pkg-npm", - "version": "0.1.5-beta.0", + "version": "0.1.6-beta.0", "description": "Just testing Github actions. Do not use this", "main": "index.js", "scripts": {