From fb675895a09005a2243786f2175eb840d8f61e5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2019 02:02:34 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://git.sr.ht/~statianzo/angularjs-testing-library/compare/v1.0.0...v2.0.0) (2019-11-05) ### Features * render throws on unknown elements ([9ea5d67](https://git.sr.ht/~statianzo/angularjs-testing-library/commit/9ea5d678df098c4fa2684543f689c2f3a1a81b64)) ### BREAKING CHANGES * `render` will throw if any custom elements (tag name containing `-`) are found not registered in the injector. This helps avoid the scenario where a child component/directive under test isn't getting tested. The behavior can be disabled via the `ignoreUnknownElements` option. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a802362..7bf7140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angularjs-testing-library", - "version": "1.0.0", + "version": "2.0.0", "description": "Simple and complete AngularJS testing utilities that encourage good testing practices.", "main": "dist/index.js", "module": "dist/angularjs-testing-library.esm.js",