Skip to content

Commit

Permalink
Merge pull request #629 from vlio20/ng16
Browse files Browse the repository at this point in the history
angular to v16
  • Loading branch information
vlio20 authored May 20, 2023
2 parents 63e44bf + 55697a0 commit 8df2948
Show file tree
Hide file tree
Showing 6 changed files with 10,430 additions and 19,347 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18

- name: install deps
run: npm install
run: npm ci

- name: run lint
run: npm run lint
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

# [16.0.0] (2023-05-20)

### Improvements
- 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)

# [15.0.0] (2022-12-01)

### Improvements
Expand Down
Loading

0 comments on commit 8df2948

Please sign in to comment.