Prep to publish dwds 14.0.1 (#1602)

diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 10530c9..641e0e6 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 14.0.1-dev
+## 14.0.1
 - Add `libraryFilters` optional parameter to the vm service implememtation
   of `getSourceReport`.
 - Update temp variable detection heuristics so internal JS type objects do
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 861284a..dd6722a 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '14.0.1-dev';
+const packageVersion = '14.0.1';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 50e10c1..5d90aa2 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dwds
 # Every time this changes you need to run `dart run build_runner build`.
-version: 14.0.1-dev
+version: 14.0.1
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM
   service protocol.