Skip to content

Commit

Permalink
1.1.0 changes (#3)
Browse files Browse the repository at this point in the history
* implement travis ci

* separate test and coverage scripts for ci

* add build status badge

* patch: remove default export (#2)

* docs(changelog): update for unreleased changes

* docs(changelog): update changelog for v1.1.0 release
  • Loading branch information
tpscrpt committed Apr 17, 2020
1 parent 6e9d60d commit 7bb1ab6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2020-04-17
### Added
- CHANGELOG.md.
- .travis.yml ci setup with coverage and testing on master branch.
- badges for the master branch in README.md.

### Changed
- some yarn scripts for testing, coverage

## Removed
- default export for the PrivacyApi class

## [1.0.1] - 2020-04-16
### Added
- Publicly accessible functions for each endpoint call on the PrivacyApi class' objects.
Expand All @@ -22,5 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release with all endpoints functional with accompanying tests, documentation.

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.1...HEAD
# [1.0.1]: https://github.com/jeremigendron/privacy.com/compare/v0.3.0...v1.0.0
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD
# [1.1.0]: https://github.com/jeremigendron/privacy.com/compare/v1.0.1...v1.1.0
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ class PrivacyApi {
}
}

export { PrivacyApi, PrivacyApi as default };
export { PrivacyApi };

0 comments on commit 7bb1ab6

Please sign in to comment.