diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9d8cf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## v1.0.0 + +Initial release \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 31434a3..3789028 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: parchment_delta -description: Simple and expressive format for describing rich-text content created for Quill.js editor. This package is unofficial port to Dart from JavaScript. +description: Simple and expressive format for describing rich-text content created for Quill.js editor. version: 1.0.0 homepage: https://github.com/fleather-editor/parchment_delta.git +repository: https://github.com/fleather-editor/parchment_delta.git environment: sdk: '>=3.2.0 <4.0.0'