Skip to content

Commit

Permalink
Merge pull request #107 from apivideo/fix-nodejs-es6-import
Browse files Browse the repository at this point in the history
nodejs: Fix ES6 import
  • Loading branch information
bot-api-video authored Jan 18, 2023
2 parents 2ed46aa + 3bdb6fe commit de38879
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 137 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release-from-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'CHANGELOG.md'

jobs:
update-documentation:
create-draft-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -15,4 +15,3 @@ jobs:
with:
github-auth-token: ${{ secrets.GITHUB_TOKEN }}
prefix: v

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [2.3.0] - 2023-01-18
- fix ES6 import of the client

## [2.2.9] - 2022-09-13
- period parameter is now mandatory in analytics endpoints

Expand Down
Loading

0 comments on commit de38879

Please sign in to comment.