rev to 5.0.0 in preparation for publishing (dart-lang/lints#210)

diff --git a/pkgs/lints/CHANGELOG.md b/pkgs/lints/CHANGELOG.md
index 5c81e60..9f1bd14 100644
--- a/pkgs/lints/CHANGELOG.md
+++ b/pkgs/lints/CHANGELOG.md
@@ -1,13 +1,13 @@
-## 5.0.0-wip
+## 5.0.0
 
 - `recommended`:
-  - added [unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181)
   - added [invalid_runtime_check_with_js_interop_types] (https://github.com/dart-lang/lints/issues/188)
+  - added [unnecessary_library_name] (https://github.com/dart-lang/lints/issues/181)
   - removed [avoid_null_checks_in_equality_operators] (https://github.com/dart-lang/lints/issues/200)
 - Updated the SDK lower-bound to 3.5.
 
-[unnecessary_library_name]: https://dart.dev/lints/unnecessary_library_name
 [invalid_runtime_check_with_js_interop_types]: https://dart.dev/tools/linter-rules/invalid_runtime_check_with_js_interop_types
+[unnecessary_library_name]: https://dart.dev/lints/unnecessary_library_name
 [avoid_null_checks_in_equality_operators]: https://dart.dev/tools/linter-rules/avoid_null_checks_in_equality_operators
 
 ## 4.0.0
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml
index 7481937..3a45c87 100644
--- a/pkgs/lints/pubspec.yaml
+++ b/pkgs/lints/pubspec.yaml
@@ -1,5 +1,5 @@
 name: lints
-version: 5.0.0-wip
+version: 5.0.0
 description: >
   Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
   suggested by the Dart team.