You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## 1.0.0
9
9
10
10
- Initial release
11
+
12
+
## 2.0.0
13
+
14
+
- Removed unused `package-lock.json`
15
+
- Removed *Auto Rename Tag*.
16
+
17
+
### Auto Rename Tag
18
+
19
+
VSCode released the [Auto update tags](https://code.visualstudio.com/Docs/languages/html#_auto-update-tags), which makes unnecessary the usage of an extra extensions for this.
20
+
21
+
It is worth noting that this option is disabled by default. It can be enabled by setting:
0 commit comments