Skip to content

Commit 31c1fa5

Browse files
committed
release v1.10.1
1 parent 722dc29 commit 31c1fa5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v5
1414

1515
- name: Install grunt
1616
run: yarn global add grunt-cli

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-datepicker",
33
"description": "A datepicker for Bootstrap",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"license": "Apache-2.0",
66
"keywords": [
77
"datepicker",
@@ -45,5 +45,6 @@
4545
"load-grunt-tasks": "^3.5.2",
4646
"puppeteer": "1.18.1",
4747
"time-grunt": "^1.4.0"
48-
}
48+
},
49+
"packageManager": "[email protected]"
4950
}

0 commit comments

Comments
 (0)