Skip to content

Commit

Permalink
chore(pub): release 3.0.0
Browse files Browse the repository at this point in the history
kyle-seongwoo-jun committed Dec 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0459358 commit 5482faf
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0

* feat: set IANA time zone version to 2024b ([#8](https://github.com/kyle-seongwoo-jun/flutter_timezone_to_country/pull/8))

# 2.2.1

* update README
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -266,7 +266,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.2.1"
version: "3.0.0"
typed_data:
dependency: transitive
description:
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: timezone_to_country
description: Extension method for translation Time Zone Id to ISO 3166-1 alpha-2 code (e.g. 'Asia/Seoul' to 'KR')
version: 2.2.1
version: 3.0.0
homepage: https://github.com/kyle-seongwoo-jun/flutter_timezone_to_country

environment:

0 comments on commit 5482faf

Please sign in to comment.