Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrangel committed Jan 9, 2024
1 parent 34952df commit adb3ebf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v2.0.0

[compare changes](https://github.com/ahmedrangel/rand-user-agent/compare/v1.0.1...v2.0.0)

### 🚀 Enhancements

- Added WebScrapingAPI user agents dataset to package. ([573b26e](https://github.com/ahmedrangel/rand-user-agent/commit/573b26e))
- Simplified randUA function by removing the need for a json object parameter ([4fc108e](https://github.com/ahmedrangel/rand-user-agent/commit/4fc108e))

### 🏡 Chore

- Updated example ([34952df](https://github.com/ahmedrangel/rand-user-agent/commit/34952df))

### ❤️ Contributors

- Ahmed Rangel ([@ahmedrangel](http://github.com/ahmedrangel))

## v1.0.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ahmedrangel/rand-user-agent",
"version": "1.0.1",
"description": "This is an adapted version of rand-user-agent specifically designed for environments lacking access to server file systems, such as Cloudflare Workers.",
"version": "2.0.0",
"description": "This is an adapted version of rand-user-agent specifically designed for environments lacking access to server file systems (fs), such as Cloudflare Workers.",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit adb3ebf

Please sign in to comment.