From ded09eb2a2b8edcff557636a977daa2f0df5dbb0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 May 2023 23:42:13 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.0...runner-commons-v1.3.1) (2023-05-09) ### Bug Fixes * **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d)) * **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3)) --- packages/runner-commons/CHANGELOG.md | 7 +++++++ packages/runner-commons/package.json | 11 ++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/runner-commons/CHANGELOG.md b/packages/runner-commons/CHANGELOG.md index 2f748ea09..caf5918fa 100644 --- a/packages/runner-commons/CHANGELOG.md +++ b/packages/runner-commons/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.0...runner-commons-v1.3.1) (2023-05-09) + + +### Bug Fixes + +* **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d)) +* **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3)) # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/runner-commons/package.json b/packages/runner-commons/package.json index b554f8018..615673c12 100644 --- a/packages/runner-commons/package.json +++ b/packages/runner-commons/package.json @@ -1,6 +1,6 @@ { "name": "@uuv/runner-commons", - "version": "1.3.0", + "version": "1.3.1", "type": "commonjs", "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)", "description": "A common lib for uuv", @@ -10,12 +10,17 @@ "url": "https://github.com/e2e-test-quest/uuv" }, "homepage": "https://e2e-test-quest.github.io/uuv/", - "keywords": ["uuv", "UUV", "accessibilite", "accessibility", "a11y"], + "keywords": [ + "uuv", + "UUV", + "accessibilite", + "accessibility", + "a11y" + ], "scripts": { "package": "npm pack --pack-destination=\"../../dist/packages\"", "lint": "npx eslint . --ext .js,.ts,.feature --fix", "test": "jest" - }, "devDependencies": { "@typescript-eslint/eslint-plugin": "5.59.1",