Skip to content

Commit a121da4

Browse files
committed
1.2.0
1 parent 415861e commit a121da4

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/brightcove/player-loader-webpack-plugin/compare/v1.1.0...v1.2.0) (2019-04-23)
3+
4+
### Features
5+
6+
* Make this plugin backwards compatible with webpack 3 (#16) ([b5617e6](https://github.com/brightcove/player-loader-webpack-plugin/commit/b5617e6)), closes [#16](https://github.com/brightcove/player-loader-webpack-plugin/issues/16)
7+
8+
### Bug Fixes
9+
10+
* issue with introduced by prependTo from #16 ([23c367a](https://github.com/brightcove/player-loader-webpack-plugin/commit/23c367a)), closes [#16](https://github.com/brightcove/player-loader-webpack-plugin/issues/16)
11+
12+
### Chores
13+
14+
* **package:** update videojs-standard to version 8.0.2(#14) ([05472ba](https://github.com/brightcove/player-loader-webpack-plugin/commit/05472ba)), closes [#14](https://github.com/brightcove/player-loader-webpack-plugin/issues/14)
15+
16+
### Documentation
17+
18+
* Update README for prependTo option. (#13) ([8847652](https://github.com/brightcove/player-loader-webpack-plugin/commit/8847652)), closes [#13](https://github.com/brightcove/player-loader-webpack-plugin/issues/13)
19+
20+
### Tests
21+
22+
* Add a script to test the demo on webpack 3 and 4 (#17) ([415861e](https://github.com/brightcove/player-loader-webpack-plugin/commit/415861e)), closes [#17](https://github.com/brightcove/player-loader-webpack-plugin/issues/17)
23+
124
<a name="1.1.0"></a>
225
# [1.1.0](https://github.com/brightcove/player-loader-webpack-plugin/compare/v1.0.5...v1.1.0) (2018-10-09)
326

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@brightcove/player-loader-webpack-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "The official webpack plugin for the Brightcove Player.",
55
"repository": "github:brightcove/player-loader-webpack-plugin",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)