Skip to content

Commit 8df2948

Browse files
authored
Merge pull request #629 from vlio20/ng16
angular to v16
2 parents 63e44bf + 55697a0 commit 8df2948

File tree

6 files changed

+10430
-19347
lines changed

6 files changed

+10430
-19347
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Use Node.js
2929
uses: actions/setup-node@v1
3030
with:
31-
node-version: 14
31+
node-version: 18
3232

3333
- name: install deps
34-
run: npm install
34+
run: npm ci
3535

3636
- name: run lint
3737
run: npm run lint

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
# [16.0.0] (2023-05-20)
5+
6+
### Improvements
7+
- Update to Angular 16 ([629](https://github.com/vlio20/angular-datepicker/pull/629)) closes [#627](https://github.com/vlio20/angular-datepicker/issues/627) - PR by [@looorent](https://github.com/looorent)
8+
49
# [15.0.0] (2022-12-01)
510

611
### Improvements

0 commit comments

Comments
 (0)