From 314eb6026eaaa6a11c5bf7af37cddb4ad56126c6 Mon Sep 17 00:00:00 2001 From: jnizet Date: Fri, 17 Jun 2022 10:33:03 +0200 Subject: [PATCH] chore(release): 8.0.1 --- CHANGELOG.md | 7 +++++++ projects/ngx-speculoos/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a9c175..a3c67eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [8.0.1](https://github.com/Ninja-Squad/ngx-speculoos/compare/v8.0.0...v8.0.1) (2022-06-17) + + +### Bug Fixes + +* **route:** make sure param maps contain the same values as params ([c7859a1](https://github.com/Ninja-Squad/ngx-speculoos/commit/c7859a1ac1191c9625f54ddb5cd05bcd06506c0b)) + ## [8.0.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v7.2.0...v8.0.0) (2022-06-03) ### ⚠ BREAKING CHANGES diff --git a/projects/ngx-speculoos/package.json b/projects/ngx-speculoos/package.json index a61fe3c3..96fe7ec6 100644 --- a/projects/ngx-speculoos/package.json +++ b/projects/ngx-speculoos/package.json @@ -1,6 +1,6 @@ { "name": "ngx-speculoos", - "version": "8.0.0", + "version": "8.0.1", "description": "Helps writing Angular unit tests", "peerDependencies": { "@angular/core": "^14.0.0",