Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
- Initial version.
  • Loading branch information
kethinov authored Jun 4, 2020
1 parent c42f831 commit 2cf0cab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

on: push
name: CI
jobs:
Expand All @@ -6,13 +7,16 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
php-versions: ['7.3', '7.4']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup PHP Action
uses: shivammathur/[email protected]
- run: npm ci
- run: npm run lint
- run: npm run coverage
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
## 1.0.0

- Initial version.

1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ If you are a maintainer of this module, please follow the following release proc
- Open and merge a pull request with those changes.
- Tag the merge commit as the a new release version number.
- Publish commit to npm.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ app.get('/', (req, res) => {
})
})
```

0 comments on commit 2cf0cab

Please sign in to comment.