Skip to content

Commit

Permalink
Updating changelog and adding workflow_dispatch to publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
vasu31dev committed Oct 17, 2024
1 parent dd6c180 commit 0ab3675
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish package to NPM Packages
on:
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.18.0] - 2024-10-17

### Updated Dependencies

- Updating getAllLocators, getAllTexts, getLocatorCount to auto wait by adding waitForFirstElementToBeAttached method
- Adding and updating alias paths in tsconfig for constants and utils

## [1.17.0] - 2024-10-17

### Updated Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vasu-playwright-utils",
"version": "1.17.2",
"version": "1.18.0",
"description": "Playwright Typescript Library with reusable utilities",
"main": "./dist/src/vasu-playwright-lib/index.js",
"types": "./dist/src/vasu-playwright-lib/index.d.ts",
Expand Down

0 comments on commit 0ab3675

Please sign in to comment.