From fa87461a554c3858bd94193d55e0d08411f9b144 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Nizet Date: Sat, 15 Aug 2020 14:29:32 +0200 Subject: [PATCH] chore(release): 4.1.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 bfe2b95f..15fe0189 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. +## [4.1.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v4.0.0...v4.1.0) (2020-08-15) + + +### Features + +* test if html element is visible + corresponding matcher ([192a2bd](https://github.com/Ninja-Squad/ngx-speculoos/commit/192a2bdea64d54bead9b6bdc0760195448df3b41)) + ## [4.0.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v3.0.0...v4.0.0) (2020-06-26) diff --git a/projects/ngx-speculoos/package.json b/projects/ngx-speculoos/package.json index a2b7ce26..9f53e221 100644 --- a/projects/ngx-speculoos/package.json +++ b/projects/ngx-speculoos/package.json @@ -1,6 +1,6 @@ { "name": "ngx-speculoos", - "version": "4.0.0", + "version": "4.1.0", "description": "Helps writing Angular unit tests", "peerDependencies": { "@angular/core": "^10.0.0",