Skip to content

Commit 317bb4b

Browse files
authored
chore: update CHANGELOG.md (#13)
2 parents 3bfdc0e + 2b9f3f5 commit 317bb4b

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
1+
## 2.0.0
2+
3+
* **BREAKING** feat: update `flutter_svg` version to `2.0.4` ([#4](https://github.com/BBarisKilic/Animated-SVG/issues/4))
4+
* feat: update linter rules and refactor the code ([#6](https://github.com/BBarisKilic/Animated-SVG/issues/6))
5+
* feat: update examples ([#9](https://github.com/BBarisKilic/Animated-SVG/issues/9))
6+
* docs: add `CONTRIBUTING.md` ([#10](https://github.com/BBarisKilic/Animated-SVG/issues/10))
7+
* test: add tests ([#11](https://github.com/BBarisKilic/Animated-SVG/issues/11))
8+
* docs: update `README.md` ([#12](https://github.com/BBarisKilic/Animated-SVG/issues/12))
9+
110
## 1.1.2
211

3-
* Removed unnecessary comments.
4-
* Updated `flutter_svg` version to `1.1.3`
5-
* Updated `README.md`
12+
* docs: remove unnecessary comments
13+
* feat: update `flutter_svg` version to `1.1.3`
14+
* docs: update `README.md`
615

716
## 1.1.1
817

9-
* Added new comments.
10-
* Updated `flutter_svg` version to `1.1.1+1`
11-
* Updated `README.md`
18+
* docs: add new comments
19+
* feat: update `flutter_svg` version to `1.1.1+1`
20+
* docs: update `README.md`
1221

1322
## 1.1.0
1423

15-
* Refactored `AnimatedSvg` widget.
16-
* Added new comments.
17-
* Updated `flutter_svg` version to `1.1.0`
18-
* Updated example in `/example` folder.
19-
* Updated `analysis_options.yaml`
20-
* Updated `README.md`
24+
* refactor: update `AnimatedSvg` widget
25+
* docs: add new comments
26+
* feat: `flutter_svg` version to `1.1.0`
27+
* feat: update example in `/example` folder
28+
* feat: update `analysis_options.yaml`
29+
* docs: update `README.md`
2130

2231
## 1.0.0
2332

24-
* Initial release of `animated_svg`
33+
* feat: initial release of `animated_svg` 🎉

0 commit comments

Comments
 (0)