Skip to content

Commit

Permalink
Merge pull request #487 from shimataro/develop
Browse files Browse the repository at this point in the history
version 3.0.0-rc.10
  • Loading branch information
shimataro committed Jul 8, 2020
2 parents 540577d + bc730a4 commit d9c6b90
Show file tree
Hide file tree
Showing 6 changed files with 927 additions and 925 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ node_modules/

# auto-generated files
/dist/
/dist-deno/
/coverage/

# IDE files
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0-rc.10] - 2020-07-08

### Fixed

* fix type errors in TypeScript

## [3.0.0-rc.9] - 2020-06-18

### Changed
Expand Down Expand Up @@ -496,7 +502,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* First release.

[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.9...HEAD
[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.10...HEAD
[3.0.0-rc.10]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.9...v3.0.0-rc.10
[3.0.0-rc.9]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.8...v3.0.0-rc.9
[3.0.0-rc.8]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.7...v3.0.0-rc.8
[3.0.0-rc.7]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.6...v3.0.0-rc.7
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export {default} from "./dist/index.ts";
export {default} from "./dist-deno/index.ts";

0 comments on commit d9c6b90

Please sign in to comment.