Skip to content

Commit 831be91

Browse files
Merge pull request #15 from apivideo/version-1-0-4
Version 1.0.4
2 parents a226b3c + a25b201 commit 831be91

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release package to npmjs
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
deploy:
77
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.0.4] - 2022-03-23
5+
- Export `VideoUploadResponse` type
6+
47
## [1.0.3] - 2022-01-25
58
- Fix typo in `VideoUploadResponse`type: `hsl` instead of `hls`
69

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api.video/video-uploader",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "api.video video uploader",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)