Prep for publishing (dart-lang/lints#22)

diff --git a/pkgs/lints/CHANGELOG.md b/pkgs/lints/CHANGELOG.md
index 4635b41..06e4e0c 100644
--- a/pkgs/lints/CHANGELOG.md
+++ b/pkgs/lints/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.0
+
+- Initial stable version
+
 ## 1.0.0-dev.0
 
 - Initial version
diff --git a/pkgs/lints/pubspec.yaml b/pkgs/lints/pubspec.yaml
index ba3d5c0..24c34f7 100644
--- a/pkgs/lints/pubspec.yaml
+++ b/pkgs/lints/pubspec.yaml
@@ -1,7 +1,6 @@
 name: lints
-description: Official Dart lint rules.
-version: 1.0.0-dev.0
-homepage: https://dart.dev/guides/language/effective-dart
+description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team.
+version: 1.0.0
 
 environment:
   sdk: '>=2.12.0 <3.0.0'