Skip to content

Commit cbaa67c

Browse files
committed
Version 1.1.0
1 parent 468b120 commit cbaa67c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Node.js
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: 14
13+
node-version: 18
1414
- uses: actions/cache@v2
1515
with:
1616
path: ~/.npm

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2022 How.Programming.Works contributors
3+
Copyright (c) 2017-2023 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)