Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed May 11, 2019
1 parent a893402 commit deb9826
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change Log
# Changelog

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.

## [0.2.0](https://github.com/simontonsoftware/s-ng-test-utils/compare/v0.1.0...v0.2.0) (2019-05-11)

### chore

- upgrade dependencies ([db0f144](https://github.com/simontonsoftware/s-ng-test-utils/commit/db0f144))

### BREAKING CHANGES

- requires angular 8 and typescript 3.4

# 0.1.0 (2019-04-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-ng-test-utils-platform",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/s-ng-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-ng-test-utils",
"version": "0.1.0",
"version": "0.2.0",
"author": "Simonton Software",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit deb9826

Please sign in to comment.