Release 1.2.2

This commit is contained in:
rad.swiat 2018-10-27 19:06:03 +01:00
parent 5e1783715e
commit f754feae72
4 changed files with 4 additions and 6350 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ demo/node_modules/
demo/package-lock.json
demo/dist
npm-debug*
package-lock.json

View File

@ -241,6 +241,8 @@ to prevent stripping out AIV comments eg:
```
# Change log
## [1.2.2] - 27/10/2018
- add PACKAGE_JSON_INDENT @trevyn
## [1.2.1] - 27/10/2018
- security updates
## [1.2.0] - 27/10/2018

6349
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "webpack-auto-inject-version",
"version": "1.2.1",
"version": "1.2.2",
"repository": "radswiat/webpack-auto-inject-version",
"description": "Webpack plugin for auto inject version from package.json",
"main": "dist/WebpackAutoInjectVersion.js",