Skip to content

Commit fc6275f

Browse files
committed
chore: bump version to 2.3.2 and improve German locale messages
1 parent 5eeaf18 commit fc6275f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,4 @@ jobs:
4545
- name: Create GitHub Release
4646
uses: softprops/action-gh-release@v2
4747
with:
48-
tag_name: v${{ steps.get_version.outputs.version }}
49-
name: v${{ steps.get_version.outputs.version }}
5048
generate_release_notes: true
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.3.2]
4+
5+
- **Added:** Improved German (de) locale messages.
6+
37
## [2.3.1]
48

59
- **Fixed:** Correction text in zh_tw_msg.dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: get_time_ago
22
description: A Dart package to convert and format `DateTime` objects into human-readable 'time ago' strings like '20 seconds ago', 'a minute ago', or '7 hours ago'.
33

4-
version: 2.3.1
4+
version: 2.3.2
55

66
homepage: https://pub.dev/packages/get_time_ago
77
repository: https://github.com/nixrajput/get_time_ago

0 commit comments

Comments
 (0)