Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github actions committed Feb 12, 2020
1 parent 0085065 commit c8b72ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]

### Added

- first version with `createOpaqueAPI` returning `toOpaque`, `fromOpaque` and
`isOpaque
- first version with `createOpaqueAPI` returning `toOpaque`, `fromOpaque` and
\`isOpaque

[Unreleased]: https://github.com/iadvize/opaque-type-library/compare/v1.0.0...HEAD

[Unreleased]: https://github.com/iadvize/opaque-type-library/compare/v0.0.1...HEAD
[1.0.0]: https://github.com/iadvize/opaque-type-library/compare/v0.0.1...v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iadvize-oss/opaque-type",
"version": "0.0.1",
"version": "1.0.0",
"description": "Functional opaque type api for Typescript and Javascript",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit c8b72ac

Please sign in to comment.