Skip to content

Commit

Permalink
Merge pull request #527 from shimataro/develop
Browse files Browse the repository at this point in the history
version 3.0.0
  • Loading branch information
shimataro authored Dec 8, 2020
2 parents db98272 + 9ed22e0 commit 73fd44b
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 649 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,17 @@ jobs:
- "1.3.0"
- "1.4.0"
- "1.5.0"
- "1.6.0"
fail-fast: false
steps:
- name: Checkout source codes
uses: actions/checkout@v2
- name: Install Deno
uses: denolib/setup-deno@v1.3.0
uses: denolib/setup-deno@v2
with:
deno-version: ${{ matrix.deno }}
- name: Output versions
run: deno --version
- name: Check syntax
run: deno run ./mod.ts
- name: Run example
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.8"
- "3.9"
- "4.0"
- "4.1"
fail-fast: false
steps:
- name: Checkout source codes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.8"
- "3.9"
- "4.0"
- "4.1"
fail-fast: false
steps:
- name: Checkout source codes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.8"
- "3.9"
- "4.0"
- "4.1"
fail-fast: false
steps:
- name: Turn off auto-crlf
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0] - 2020-12-09

### Others

* support TypeScript 4.1
* support Deno 1.6

## [3.0.0-rc.15] - 2020-11-08

### Others
Expand Down Expand Up @@ -537,7 +544,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.15...HEAD
[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.15...v3.0.0
[3.0.0-rc.15]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.14...v3.0.0-rc.15
[3.0.0-rc.14]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.13...v3.0.0-rc.14
[3.0.0-rc.13]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.12...v3.0.0-rc.13
Expand Down
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.test.json"
"tsconfig": "tsconfig.test.json"
}
},
"moduleDirectories": [
Expand Down
Loading

0 comments on commit 73fd44b

Please sign in to comment.