Skip to content

Commit

Permalink
chore(spectacular): release 0.5.0 (#48)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Angular 12 and partial Ivy compilation

- Requires Angular 12
- Partially Ivy-compiled
  • Loading branch information
LayZeeDK committed Jul 24, 2022
1 parent 9ebc66e commit c601b0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/spectacular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Spectacular changelog

# 0.5.0 (2022-07-24)

## Features

- Add `provideSpectacularFeatureTest`
([#47](https://github.com/ngworker/ngworker/pull/47))

## **BREAKING CHANGES**

- Requires Angular 12
- Partially Ivy-compiled

# 0.4.0 (2022-07-20)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/spectacular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/spectacular",
"version": "0.4.0",
"version": "0.5.0",
"description": "Spectacular Angular integration testing. Test harnesses for Angular applications and libraries.",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit c601b0f

Please sign in to comment.