Skip to content

Commit

Permalink
#39 updated CHANGELOG, travis.yml, api yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
arawinters committed Sep 14, 2020
1 parent 98d03a8 commit 7afd713
Show file tree
Hide file tree
Showing 3 changed files with 5,065 additions and 769 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:

install:
- travis_wait npm install
- travis_wait npm install -g @angular/cli@7.1.4
- travis_wait npm install -g @angular/cli@10.0.0
- ng version
# - chromedriver --version

Expand All @@ -27,4 +27,3 @@ script:
- npm run test:headless
- npm run build:docs
- npm run build
# - npm run e2e:headless
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.1.0

Compatibility release for framework upgrade to Angular 10: see [https://blog.angular.io/version-10-of-angular-now-available-78960babd41](https://blog.angular.io/version-10-of-angular-now-available-78960babd41)

Major updates to most dependency versions have also been made which should improve file sizes, security, and stability.

The following Senzing projects have also been updated to operate on Angular 10,
see the following links for associated tickets:
- [sdk-components-ng/issues/143](https://github.com/Senzing/sdk-components-ng/issues/143)
- [rest-api-client-ng/issues/39](https://github.com/Senzing/rest-api-client-ng/issues/39)
- [sdk-graph-components/issues/37](https://github.com/Senzing/sdk-graph-components/issues/37)

## 2.0.0 - 2020-07-06

### Added to 2.0.0
Expand Down
Loading

0 comments on commit 7afd713

Please sign in to comment.