Skip to content

Commit 3cb8363

Browse files
committed
0.1.1 small update
1 parent 4cc33a3 commit 3cb8363

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

.pubignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
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
1+
# See https://dart.dev/tools/pub/publishing#what-files-are-published

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1
2+
3+
* Updated GitHub Links, as the repository was renamed from discord_api_flutter to discord_api.
4+
* Remove .pubignore file to include `/example` directory in the pub package
5+
* Gave the package a longer description in the `pubspec.yaml` file
6+
17
## 0.1.0
28

39
* **Initial Release**

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: discord_api
2-
description: A pure dart package wrapping the discord API
3-
version: 0.1.0
2+
description: A pure dart package wrapping the discord API, including transformers for all its objects.
3+
version: 0.1.1
44
homepage: https://github.com/MeixDev/discord_api
55
repository: https://github.com/MeixDev/discord_api
66

0 commit comments

Comments
 (0)