Skip to content

Commit e805b6b

Browse files
authored
Update CHANGELOG and README for ESM migration and copyright year change (#234)
1 parent a4bf34c commit e805b6b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
6.0.0-next.1 / 2026-03-04
3+
=================
4+
* Breaking: Package is now ESM-only.
5+
* Breaking: Removed UMD/CJS build outputs and legacy build scripts.
6+
* Build/tooling: Migrated TypeScript project settings and source imports for NodeNext compatibility.
7+
28
5.6.0 / 2025-10-16
39
================
410
* New settings `CompletionConfiguration.hideEndTagSuggestions`. If set, `doComplete` will not propose closing tags.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ License
7070

7171
(MIT License)
7272

73-
Copyright 2016-2023, Microsoft
73+
Copyright 2016-2026, Microsoft
7474

75-
`src/languageFacts/data/webCustomData.ts` (shipped as `lib/esm/languageFacts/data/webCustomData.ts`)
75+
`src/languageFacts/data/webCustomData.ts` (shipped as `lib/esm/languageFacts/data/webCustomData.js`)
7676
are built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) and distributed under CC BY-SA 2.5.

0 commit comments

Comments
 (0)