Skip to content

Commit

Permalink
Merge pull request #51 from ConnorJamesLow/feature/bump-version-1.0.1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
ConnorJamesLow authored Jun 20, 2023
2 parents 8d3a456 + 9779ce2 commit 23ff4bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 2 additions & 2 deletions package/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texsaur",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create elements with JSX.",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 23ff4bc

Please sign in to comment.