diff --git a/.gitignore b/.gitignore index 72df797..630a09d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ Thumbs.db *.orig *.rej +# IDE +/.idea/ + # Node.js modules /node_modules/ diff --git a/CHANGELOG.md b/CHANGELOG.md index b6425ca..5eec312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Others -* add `windows-2022`, `macos-11`, `macos-12`, `ubuntu-22.04`, and `CentOS 8 Stream (Docker container)` +* add `windows-2022`, and `macos-11` (thanks [@ViacheslavKudinov](https://github.com/ViacheslavKudinov)) +* add `macos-12`, `ubuntu-22.04`, and `CentOS 8 Stream (Docker container)` * drop `ubuntu-16.04`, and `CentOS 8 (Docker container)` * [update Node.js version to 16](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) (thanks [@duddu](https://github.com/duddu))