Skip to content

Commit

Permalink
chore: Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jan 20, 2020
1 parent 7a94275 commit 27ce31a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0
- Added DateTime generator. [Issue #13](https://github.com/drager/faker/issues/13), [PR #15](https://github.com/drager/faker/pull/15)
- Fix `lorem.sentences` returned words instead of sentences. [Issue #14](https://github.com/drager/faker/issues/14), [PR #12](https://github.com/drager/faker/pull/12)

## 1.1.0
- Added lorem sentences and words
- Added continents
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: faker
version: 1.1.0
version: 1.2.0
description: A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.
homepage: https://github.com/drager/faker
author: Jesper Håkansson <[email protected]>
Expand Down

0 comments on commit 27ce31a

Please sign in to comment.