Skip to content

Commit

Permalink
Merge pull request #501 from shimataro/develop
Browse files Browse the repository at this point in the history
version 3.0.0-rc.13
  • Loading branch information
shimataro authored Jul 12, 2020
2 parents 7db15aa + 8cab25f commit 8eaf3d4
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 73 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,6 @@ jobs:
steps:
- name: Checkout source codes
uses: actions/checkout@v2
- name: Install Node.js for build
uses: actions/setup-node@v1
with:
node-version: 12
- name: Output versions
run: |
node -v
npm -v
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Install dependencies (only production)
run: npm ci --only=production
- name: Install Deno
uses: denolib/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.github/
/coverage/
/dist-deno/
/examples/
/node_modules/
/scripts/
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.13] - 2020-07-12

### Fixed

* revive NPM hosting

## [3.0.0-rc.12] - 2020-07-11

### Others
Expand Down Expand Up @@ -518,7 +524,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.12...HEAD
[Unreleased]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.13...HEAD
[3.0.0-rc.13]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.12...v3.0.0-rc.13
[3.0.0-rc.12]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.11...v3.0.0-rc.12
[3.0.0-rc.11]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.10...v3.0.0-rc.11
[3.0.0-rc.10]: https://github.com/shimataro/value-schema/compare/v3.0.0-rc.9...v3.0.0-rc.10
Expand Down
2 changes: 1 addition & 1 deletion examples/example-deno.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from "https://deno.land/std/testing/asserts.ts";
import * as assert from "https://deno.land/std@0.60.0/testing/asserts.ts";
import vs from "../mod.ts";

const schemaObject = { // schema for input
Expand Down
96 changes: 41 additions & 55 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "value-schema",
"description": "simple, easy-to-use, and declarative schema validator",
"version": "3.0.0-rc.12",
"version": "3.0.0-rc.13",
"author": "shimataro",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8eaf3d4

Please sign in to comment.