Browse Source

Prepare notus release

Anatoly Pulyaevskiy 5 years ago
parent
commit
7e63324bc7
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      packages/notus/CHANGELOG.md
  2. 1
    1
      packages/notus/pubspec.yaml

+ 5
- 0
packages/notus/CHANGELOG.md View File

@@ -1,3 +1,8 @@
1
+## 0.1.5
2
+
3
+* Bumped minimum Dart SDK version to 2.2
4
+* Upgraded dependencies and resolved analyzer errors
5
+
1 6
 ## 0.1.4
2 7
 
3 8
 * Fixed insertion of embeds when selection is not empty (#115)

+ 1
- 1
packages/notus/pubspec.yaml View File

@@ -1,6 +1,6 @@
1 1
 name: notus
2 2
 description: Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.
3
-version: 0.1.4
3
+version: 0.1.5
4 4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5 5
 homepage: https://github.com/memspace/zefyr
6 6