diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9a9863841..000000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78a185bfc..c0c4431d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,19 +17,14 @@ jobs: fail-fast: false matrix: os: [ ubuntu, windows, macos ] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, '3.10', 3.11] include: - - python-version: 3.7 - node-version: 12 - python-version: 3.8 - node-version: 14 - - python-version: 3.9 node-version: 16 - python-version: '3.10' - node-version: 16 - exclude: - - os: windows - python-version: 2.7 + node-version: 18 + - python-version: 3.11 + node-version: 20 steps: - uses: actions/checkout@v2 - name: Set up Node ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e98e5ce1a..f53c70436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.14.8 +* Require nodejs v12 or greater ([#2151](https://github.com/beautify-web/js-beautify/pull/2151)) +* CSS insideNonNestedAtRule generic variable ([#2147](https://github.com/beautify-web/js-beautify/pull/2147)) +* Update dependencies ([#2145](https://github.com/beautify-web/js-beautify/pull/2145)) +* Fix CI build ([#2144](https://github.com/beautify-web/js-beautify/pull/2144)) +* Fixed #2133 Theme Toggle on without\_codemirror Mode ([#2138](https://github.com/beautify-web/js-beautify/pull/2138)) +* use correct variable name ([#2135](https://github.com/beautify-web/js-beautify/pull/2135)) +* docs: Fix a few typos ([#2127](https://github.com/beautify-web/js-beautify/pull/2127)) +* Add support for new record types (cont.) ([#2118](https://github.com/beautify-web/js-beautify/pull/2118)) +* fix - semicolon followed by block statement doesnt have new line ([#2117](https://github.com/beautify-web/js-beautify/pull/2117)) +* Fix formatting related to the