Skip to content

Commit

Permalink
Bump version from 1.1.4 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Dec 5, 2020
1 parent c2cb9b1 commit 9d98bfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
node-version: [ 8.x, 10.x, 12.x, 14.x ]
node-version: [ 14.x ]
# node-version: [ 8.x, 10.x, 12.x, 14.x ]

env:
OS: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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,6 +1,6 @@
{
"name": "@foxify/events",
"version": "1.1.4",
"version": "2.0.0",
"description": "A high performance EventEmitter alternative for Node.js and browser",
"author": {
"name": "Ardalan Amini",
Expand Down

0 comments on commit 9d98bfe

Please sign in to comment.