Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Nov 21, 2023
1 parent ac1beac commit 5f52640
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@


## [1.1.0](https://github.com/Akurganow/faker/compare/1.0.1...1.1.0) (2023-11-21)


### Features

* Add Bookmarks ([9a39bdd](https://github.com/Akurganow/faker/commit/9a39bdde89f14d25dc7b4481b85c2ce2553839db))


### Bug Fixes

* createBalancedArray optimization ([867fce1](https://github.com/Akurganow/faker/commit/867fce1f3c26fc5e197d95a3e4e9b1ca0476d789))
* Replace get[Typename]s with getItems ([cf0663b](https://github.com/Akurganow/faker/commit/cf0663bcafd9b72c6e789a4b15b9087dc0405ba1))

## 1.0.1 (2023-10-11)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plq/faker",
"version": "1.0.1",
"version": "1.1.0",
"description": "A set of classes for mocking known data types such as browser history, browser download list, persona, domain name, Jira project, GitHub repository, etc.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5f52640

Please sign in to comment.