From d191561274c60f854dc49c48cc4db9be84f96791 Mon Sep 17 00:00:00 2001 From: Jama Mohamed Date: Thu, 9 Mar 2023 15:03:04 +0300 Subject: [PATCH] Release v6.1.0 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea8e68..66864eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 6.1.0 + +## What's Changed +* [ISSUE-216] Add CHANGELOG for v6.0.0 by @jama5262 in https://github.com/jama5262/jiffy/pull/217 +* [ISSUE-163] Option to omit prefix and suffix from relative datetime functions by @jama5262 in https://github.com/jama5262/jiffy/pull/218 + + +**Full Changelog**: https://github.com/jama5262/jiffy/compare/v6.0.0...v6.1.0 + # 6.0.0 ## What's Changed diff --git a/README.md b/README.md index 2b5b2ec..4e635ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Publish to pub.dev](https://github.com/jama5262/jiffy/actions/workflows/publish.yml/badge.svg)](https://github.com/jama5262/jiffy/actions/workflows/publish.yml) [![codecov](https://codecov.io/gh/jama5262/jiffy/branch/master/graph/badge.svg?token=Z2EGVUGWTE)](https://codecov.io/gh/jama5262/jiffy) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Pub Version](https://img.shields.io/badge/pub.dev-v6.0.0-blue)](https://pub.dev/packages/jiffy/versions/6.0.0) +[![Pub Version](https://img.shields.io/badge/pub.dev-v6.1.0-blue)](https://pub.dev/packages/jiffy/versions/6.1.0) ![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange) Jiffy is a Flutter (Android, IOS and Web) date time package inspired by [momentjs](https://momentjs.com/) for parsing, manipulating, querying and formatting dates diff --git a/pubspec.yaml b/pubspec.yaml index 7df851c..50e12df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jiffy description: Jiffy is a date dart package inspired by momentjs for parsing, manipulating and formatting dates -version: 6.0.0 +version: 6.1.0 homepage: https://github.com/jama5262/jiffy repository: https://github.com/jama5262/jiffy issue_tracker: https://github.com/jama5262/jiffy/issues