Skip to content

Commit d860e76

Browse files
1.9.0
1 parent b538765 commit d860e76

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
<a name="1.9.0"></a>
2+
# [1.9.0](https://github.com/googleads/videojs-ima/compare/v1.8.3...v1.9.0) (2020-11-18)
3+
14
<a name="1.8.3"></a>
25
## [1.8.3](https://github.com/googleads/videojs-ima/compare/v1.8.2...v1.8.3) (2020-10-14)
36

47
<a name="1.8.2"></a>
58
## [1.8.2](https://github.com/googleads/videojs-ima/compare/v1.8.1...v1.8.2) (2020-10-14)
69

710
<a name="1.8.1"></a>
8-
## [1.8.1](https://github.com/googleads/videojs-ima/compare/v1.8.0...v1.8.1) (2020-08-03)
11+
## [1.8.1](https://github.com/googleads/videojs-ima/compare/v1.8.0...v1.8.1) (2020-08-05)
912

1013
### Bug Fixes
1114

@@ -21,10 +24,7 @@
2124
## [1.7.4](https://github.com/googleads/videojs-ima/compare/v1.7.3...v1.7.4) (2019-12-12)
2225

2326
<a name="1.7.3"></a>
24-
## [1.7.3](https://github.com/googleads/videojs-ima/compare/v1.7.1...v1.7.3) (2019-12-12)
25-
26-
<a name="1.7.1"></a>
27-
## [1.7.1](https://github.com/googleads/videojs-ima/compare/v1.7.0...v1.7.1) (2019-10-14)
27+
## [1.7.3](https://github.com/googleads/videojs-ima/compare/v1.7.0...v1.7.3) (2019-12-12)
2828

2929
<a name="1.7.0"></a>
3030
# [1.7.0](https://github.com/googleads/videojs-ima/compare/v1.6.3...v1.7.0) (2019-10-04)
@@ -45,12 +45,18 @@
4545
* adds a request mode for ad requests ([278556b](https://github.com/googleads/videojs-ima/commit/278556b))
4646

4747
<a name="1.6.2"></a>
48-
## [1.6.2](https://github.com/googleads/videojs-ima/compare/v1.6.0...v1.6.2) (2019-09-11)
48+
## [1.6.2](https://github.com/googleads/videojs-ima/compare/v1.6.1...v1.6.2) (2019-09-11)
4949

5050
### Bug Fixes
5151

52-
* changed to parseFloat ([2b854a4](https://github.com/googleads/videojs-ima/commit/2b854a4))
5352
* fixed error in videojs.ima.min.js ([3d4e995](https://github.com/googleads/videojs-ima/commit/3d4e995))
53+
54+
<a name="1.6.1"></a>
55+
## [1.6.1](https://github.com/googleads/videojs-ima/compare/v1.6.0...v1.6.1) (2019-09-10)
56+
57+
### Bug Fixes
58+
59+
* changed to parseFloat ([2b854a4](https://github.com/googleads/videojs-ima/commit/2b854a4))
5460
* fixed small errors in Readme update ([18186f9](https://github.com/googleads/videojs-ima/commit/18186f9))
5561
* removed second param from parseFloat ([4b5eef9](https://github.com/googleads/videojs-ima/commit/4b5eef9))
5662

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videojs-ima",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"license": "Apache-2.0",
55
"main": "./dist/videojs.ima.js",
66
"module": "./dist/videojs.ima.es.js",

0 commit comments

Comments
 (0)