diff --git a/CHANGELOG.md b/CHANGELOG.md index 4270cda..2b0c894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +- Fixed a bug caused by upgrading `js`. + ## 1.0.0 - Internal improvements. diff --git a/pubspec.yaml b/pubspec.yaml index 983c63c..332a64b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: > Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS. -version: 1.0.0 +version: 1.0.1 repository: https://github.com/Hawmex/navand environment: sdk: ^3.2.3