Skip to content

Commit

Permalink
chore: release master (#34) 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowabot authored Jul 8, 2024
1 parent 7802ff8 commit 4b0c1f2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"selenium/javascript": "0.1.1"
"selenium/javascript": "0.2.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions selenium/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/bukowa/tauri-e2e/compare/@tauri-e2e/selenium-v0.1.1...@tauri-e2e/selenium-v0.2.0) (2024-07-08)


### ⚠ BREAKING CHANGES

* add dist folder for releases *npm provence

### Bug Fixes

* Add dist folder for releases *npm provence ([acecf9e](https://github.com/bukowa/tauri-e2e/commit/acecf9e5003ca91cdf6a11a2e8ce3386953f02af))

## [0.1.1](https://github.com/bukowa/tauri-e2e/compare/@tauri-e2e/selenium-v0.1.0...@tauri-e2e/selenium-v0.1.1) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion selenium/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tauri-e2e/selenium",
"license": "MIT",
"version": "0.1.1",
"version": "0.2.0",
"main": "./dist/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion selenium/javascript/src/metadata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PACKAGE_NAME = "@tauri-e2e/selenium"
/**
* Version of the package.
*/
const VERSION = "0.1.1" // x-release-please-version
const VERSION = "0.2.0" // x-release-please-version

export {
VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tests-e2e-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@tauri-e2e/selenium": "0.1.1",
"@tauri-e2e/selenium": "0.2.0",
"log4js": "^6.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4b0c1f2

Please sign in to comment.