# [1.1.0](https://github.com/felixzapata/gulp-potomo/compare/1.0.3...1.1.0) (2019-02-05) ### Features * **index.js:** added the verbose option to switch verbosity on or off ([69c326f](https://github.com/felixzapata/gulp-potomo/commit/69c326f)) ## [1.0.3](https://github.com/felixzapata/gulp-potomo/compare/1.0.2...1.0.3) (2017-08-10) ### Bug Fixes * **index.js:** allow for spaces in file path ([3eb003b](https://github.com/felixzapata/gulp-potomo/commit/3eb003b)) ## [1.0.2](https://github.com/felixzapata/gulp-potomo/compare/1.0.1...v1.0.2) (2016-10-17) ### Bug Fixes * **index.js:** add gutil to PluginError when gettext is not instaled ([31aace4](https://github.com/felixzapata/gulp-potomo/commit/31aace4)) * **package.json:** move fs-extra to dependencies ([1b5559e](https://github.com/felixzapata/gulp-potomo/commit/1b5559e)) ## [1.0.1](https://github.com/felixzapata/gulp-potomo/compare/1.0.0...v1.0.1) (2016-04-28) ### Bug Fixes * **index.js:** change name of the temp folder to avoid problems with Windows ([2892930](https://github.com/felixzapata/gulp-potomo/commit/2892930)) # 1.0.0 (2016-04-27) ### Bug Fixes * **index.js:** send the mo file through the destination folder ([90fd353](https://github.com/felixzapata/gulp-potomo/commit/90fd353)) * **index.js:** set the po file to compile ([281e2fd](https://github.com/felixzapata/gulp-potomo/commit/281e2fd)) * **PluginError:** add gulp-util to use PluginError ([59ea52f](https://github.com/felixzapata/gulp-potomo/commit/59ea52f)) ### Features * **files:** initial commit ([4b7df02](https://github.com/felixzapata/gulp-potomo/commit/4b7df02)) * **index.js:** create a temp folder to save the mo files ([ff29039](https://github.com/felixzapata/gulp-potomo/commit/ff29039)) * **index.js:** create skeleton based on the code of the Grunt plugin ([c81a584](https://github.com/felixzapata/gulp-potomo/commit/c81a584))