Skip to content

Commit

Permalink
Prepare release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgr-smartesting committed Jun 17, 2024
1 parent f75bb74 commit 2d60184
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: npm run test:unit
- run: npm run prettier:check
- run: INTEGRATION_TEST_TIMEOUT=30000 npm run test:integration
- run: npm build

publish-npm:
needs: build
Expand Down
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Smartesting/gravity-data-collector/compare/v0.1.3...main)

### Info

### Added

### Changed

### Deprecated

### Removed
## [0.1.4](https://github.com/Smartesting/gravity-data-collector/compare/v0.1.3...v0.1.4)

### Fixed

- fix `/dist` presence in NPM package ?

## [0.1.3](https://github.com/Smartesting/gravity-data-collector/compare/v0.1.2...v0.1.3)

### Info

- use Gravity data collector allowing to pass `window` to video recorder
- use Gravity data collector allowing to pass `window` to video recorder

## [0.1.2](https://github.com/Smartesting/gravity-data-collector/compare/v0.1.1...v0.1.2)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartesting/gravity-cypress-plugin",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
Expand Down

0 comments on commit 2d60184

Please sign in to comment.