From 55a003185d7f47fd268e51beef4bdf7433ddac36 Mon Sep 17 00:00:00 2001 From: MG Date: Sun, 5 Jul 2020 15:30:26 +0200 Subject: [PATCH] chore(release): 10.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 845cdcdf0e..2b7ce24275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [10.0.0](https://github.com/ike18t/ng-mocks/compare/v9.6.4...v10.0.0) (2020-07-05) + + +### Features + +* angular 10 support ([83debd2](https://github.com/ike18t/ng-mocks/commit/83debd2)), closes [#148](https://github.com/ike18t/ng-mocks/issues/148) [#149](https://github.com/ike18t/ng-mocks/issues/149) + + +### BREAKING CHANGES + +* A10 + + + ## [9.6.4](https://github.com/ike18t/ng-mocks/compare/v9.6.3...v9.6.4) (2020-07-02) diff --git a/package-lock.json b/package-lock.json index 94cb33bc6d..aa3eed58e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng-mocks", - "version": "9.6.4", + "version": "10.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 95b3f405f8..33c355cd7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-mocks", - "version": "9.6.4", + "version": "10.0.0", "description": "Functions for creating angular mocks", "main": "dist/index.js", "module": "dist/es5/index.js",