diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 41b5b1b8..ec978060 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cached node_modules
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package*.json') }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08fec423..ac752c37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v1.15.1
+* Turn new angular templating off by default in html ([#2247](https://github.com/beautifier/js-beautify/pull/2247))
+* Perf regression in latest release (1.15.0) ([#2246](https://github.com/beautifier/js-beautify/issues/2246))
+
## v1.15.0
* Fixed #2219 - formatting of new Angular control flow syntax ([#2221](https://github.com/beautifier/js-beautify/pull/2221))
diff --git a/README.md b/README.md
index 58e5943c..d7a583a4 100644
--- a/README.md
+++ b/README.md
@@ -58,13 +58,13 @@ JS Beautifier is hosted on two CDN services: [cdnjs](https://cdnjs.com/libraries
To pull the latest version from one of these services include one set of the script tags below in your document:
```html
-
-
-
+
+
+
-
-
-
+
+
+
```
Example usage of a JS tag in html:
@@ -76,7 +76,7 @@ Example usage of a JS tag in html:
. . .
-
+