Skip to content

Commit

Permalink
Analytics v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Jul 30, 2024
1 parent 946af26 commit 678a593
Show file tree
Hide file tree
Showing 7 changed files with 235 additions and 306 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- run: npm install --no-save
- run: npm publish --access=public
- run: npm run build && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31 changes: 24 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,55 @@
# Changelog

All changes to this project will be documented in this file.

## [2.0.0] - 2024-07-31

- Switch to api.video analytics v2.0

## [1.0.13] - 2022-11-08

- Fix "seek" event "from" value when seek is the first event

## [1.0.12] - 2022-02-21

- Disallow arrow functions in webpack configuration

## [1.0.11] - 2022-01-01

- Pause pings if the current src is not an api.video one

## [1.0.10] - 2021-09-20

- Bump npm player-analytics dependency version

## [1.0.9] - 2021-07-06

- Bump npm player-analytics dependency version

## [1.0.8] - 2021-06-30
- Add dist/*

- Add dist/\*

## [1.0.7] - 2021-06-30

- Bump npm player-analytics dependency version

## [1.0.4] - 2021-04-21

- Bump @api.video/player-analytics

## [1.0.3] - 2021-04-21

- Add some more videojs events

## [1.0.2] - 2021-04-20

- Relay all listened events

## [1.0.1] - 2021-03-24

- Bump npm dependencies version

## [1.0.0] - 2021-03-24

- First release
Loading

0 comments on commit 678a593

Please sign in to comment.