From 3cf177c37b031fb756a8f9d3e634d91989e5174b Mon Sep 17 00:00:00 2001 From: jnizet Date: Fri, 3 Jun 2022 13:12:55 +0200 Subject: [PATCH] chore(release): 8.0.0 --- 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 86825fbd..10862272 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.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v7.2.0...v8.0.0) (2022-06-03) + + +### Bug Fixes + +* ngx-speculoos.d.ts is now index.d.ts ([7bf3ed0](https://github.com/Ninja-Squad/ngx-speculoos/commit/7bf3ed0ebdacf7bcea7f9d446ff192ae65cf6a0b)) + ## [7.2.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v7.1.0...v7.2.0) (2022-03-03) diff --git a/projects/ngx-speculoos/package.json b/projects/ngx-speculoos/package.json index b2f10d74..a61fe3c3 100644 --- a/projects/ngx-speculoos/package.json +++ b/projects/ngx-speculoos/package.json @@ -1,6 +1,6 @@ { "name": "ngx-speculoos", - "version": "7.2.0", + "version": "8.0.0", "description": "Helps writing Angular unit tests", "peerDependencies": { "@angular/core": "^14.0.0",