Skip to content

Commit c7ab811

Browse files
committed
Added Changelog & pubignore
1 parent b5e04d6 commit c7ab811

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.pubignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See https://dart.dev/tools/pub/publishing#what-files-are-published
2+
3+
/coverage/*
4+
/doc/*
5+
/example/*
6+
/metrics/*
7+
/tool/*
8+
/website/*
9+
/codecov.yaml
10+
/dart_dependency_validator.yaml

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
## 0.1.0
22

3-
* TODO: Describe initial release.
3+
* **Initial Release**

0 commit comments

Comments
 (0)