diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba0b05a..9cae31cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [13.0.1](https://github.com/Ninja-Squad/ngx-speculoos/compare/v13.0.0...v13.0.1) (2024-12-09) + + +### Bug Fixes + +* **doc:** replace "implicit mode" by "automatic mode" ([7663229](https://github.com/Ninja-Squad/ngx-speculoos/commit/766322961731a27b18495f5324567ff2c676e62a)) + ## [13.0.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v12.0.1...v13.0.0) (2024-12-06) diff --git a/projects/ngx-speculoos/package.json b/projects/ngx-speculoos/package.json index 8683d326..89d68cd0 100644 --- a/projects/ngx-speculoos/package.json +++ b/projects/ngx-speculoos/package.json @@ -1,6 +1,6 @@ { "name": "ngx-speculoos", - "version": "13.0.0", + "version": "13.0.1", "description": "Helps writing Angular unit tests", "peerDependencies": { "@angular/core": "^19.0.0",