diff --git a/CHANGELOG.md b/CHANGELOG.md index e21a95a..eb0eceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [Version 3.0.0](https://github.com/glayzzle/php-writer/releases/tag/v3.0.0) (2017-12-16) + +### Breaking changes + +- Added search without a name; Added traits to class.: [`e810228`](https://github.com/glayzzle/php-writer/commit/e810228) + +### New features + +- Refactored tests; Added traits to trait.: [`e5cfc7d`](https://github.com/glayzzle/php-writer/commit/e5cfc7d) +- Usegroup addition incapsulated and added to writer, not only namespace.: [`36d9834`](https://github.com/glayzzle/php-writer/commit/36d9834) + +### Bug fixes + +- Fixed namespace tests.: [`5ad320e`](https://github.com/glayzzle/php-writer/commit/5ad320e) +- Added '#addNamespace' test.: [`2c56d87`](https://github.com/glayzzle/php-writer/commit/2c56d87) +- Fixed typo in Namespace#addUsegroup.: [`ff096b8`](https://github.com/glayzzle/php-writer/commit/ff096b8) +- fix coverage stats: [`0ce6702`](https://github.com/glayzzle/php-writer/commit/0ce6702) + +[...full changes](https://github.com/glayzzle/php-writer/compare/v2.0.0...v3.0.0) + ## [Version 2.0.0](https://github.com/glayzzle/php-writer/releases/tag/v2.0.0) (2017-11-1) ### Breaking changes diff --git a/package.json b/package.json index c3b0448..982d6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-writer", - "version": "2.0.0", + "version": "3.0.0", "description": "Update PHP scripts from their AST", "main": "src/index.js", "scripts": { @@ -30,4 +30,4 @@ "nyc": "^11.2.1", "should": "^13.1.0" } -} +} \ No newline at end of file