Skip to content

Commit 76a82ed

Browse files
Kurdi SzabolcsKurdi Szabolcs
authored andcommitted
Merge branch 'master' of https://github.com/prepair/basic-loader
2 parents 3e20b0a + 3814afe commit 76a82ed

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.1.0"></a>
6+
# 1.1.0 (2017-02-15)
7+
8+
9+
### Features
10+
11+
* initial release ([68f8565](https://github.com/prepair/basic-loader/commit/68f8565))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Promise.all([
3737
this is caused by an old phantomjs version in the _mocha-phantomjs_ package.
3838
[Issue is here](https://github.com/nathanboktae/mocha-phantomjs/issues/248)
3939
* either wait for the upstream package to be updated
40-
* or update the binary manually
40+
* or update the binary manually (inside node_modules)
4141

4242
## exposed test
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prepair/basic-loader",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "David Walsh's super simple loader for loading image, CSS, and JavaScript files.",
55
"main": "lib/basic-loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)