@@ -1,6 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [UNRELEASED]
+
+### Added
+### Updates
+### Fixed
+## [3.2.2] - 2015-09-04
+- Missing comma in bower.json and component.json #1064
## [3.2.1] - 2015-09-04
### Added
@@ -25,13 +25,14 @@
"ignore": [
"**/.*",
"qunit/",
- "nuget/",
+ "nuspecs/",
"tools/",
"js/",
"*.md",
- "build.properties",
- "build.xml",
- "jquery.inputmask.jquery.json"
+ "package.json",
+ "component.json",
+ "composer.json",
+ "*.js"
],
"dependencies": {
"jquery": ">=1.7"