Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-07)

### Features

* add JWT, token and user information interface ([#10](#10)) ([e166c15](e166c15))
* add the code ([#2](#2)) ([fdb1645](fdb1645))
* updated workflow to automate github and pub.dev release ([#4](#4)) ([6f19e40](6f19e40))
* updated workflow to automate github and pub.dev release ([#7](#7)) ([d551be2](d551be2))
  • Loading branch information
semantic-release-bot committed Aug 7, 2022
1 parent e166c15 commit 9060f95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.0 (2022-08-07)


### Features

* add JWT, token and user information interface ([#10](https://github.com/casdoor/casdoor-flutter-sdk/issues/10)) ([e166c15](https://github.com/casdoor/casdoor-flutter-sdk/commit/e166c153856304888a4a957f4d795f7d0eea3552))
* add the code ([#2](https://github.com/casdoor/casdoor-flutter-sdk/issues/2)) ([fdb1645](https://github.com/casdoor/casdoor-flutter-sdk/commit/fdb1645becdda428d045f67540c01b6cd8fd041f))
* updated workflow to automate github and pub.dev release ([#4](https://github.com/casdoor/casdoor-flutter-sdk/issues/4)) ([6f19e40](https://github.com/casdoor/casdoor-flutter-sdk/commit/6f19e40f6dacaf1350680e8aabd725bcee94083a))
* updated workflow to automate github and pub.dev release ([#7](https://github.com/casdoor/casdoor-flutter-sdk/issues/7)) ([d551be2](https://github.com/casdoor/casdoor-flutter-sdk/commit/d551be2f728a08b7b5dae35b8efb1166f37203dd))

## 0.0.1

* First release.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: casdoor_flutter_sdk
description: Casdoor_flutter_sdk will allow you to easily connect your application to the Casdoor authentication system without having to implement it from scratch.
version: 0.0.2+5
version: 1.0.0
homepage: https://github.com/casdoor/casdoor-flutter-sdk

environment:
Expand Down

0 comments on commit 9060f95

Please sign in to comment.