Skip to content

Commit 8b57996

Browse files
author
Simone Mariotti
committed
Update version to 0.2.3
1 parent 6d86594 commit 8b57996

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
#### 0.2.3 (2017-09-25)
2+
* **Database:** Added Chrome 61 ([6d86594](https://github.com/WhichBrowser/Parser-JavaScript/commit/6d86594e82e795fb1720dfc162c002e73889be4b))
3+
* **Database:** Added macOS High Sierra ([5b8584a](https://github.com/WhichBrowser/Parser-JavaScript/commit/5b8584adf81f449b75d851c34d2d6ab39d138579))
4+
15
#### 0.2.2 (2017-08-08)
26

37
##### New Features
4-
* **Database**: Added Chrome 60 ([0043804](https://github.com/WhichBrowser/Parser-JavaScript/commit/00438049ff3f30fb2810a980c88146b2112eff0b))
8+
* **Database:** Added Chrome 60 ([0043804](https://github.com/WhichBrowser/Parser-JavaScript/commit/00438049ff3f30fb2810a980c88146b2112eff0b))
59

610
#### 0.2.1 (2017-07-14)
711

@@ -13,7 +17,7 @@
1317
* **changelog:** added this changelog
1418

1519
##### New Features
16-
* **database**: updated with new devices ([0e9f5ff](https://github.com/WhichBrowser/Parser-JavaScript/commit/0e9f5ffe6c8c571edec13d9590c67348247a8bc1))
20+
* **database:** updated with new devices ([0e9f5ff](https://github.com/WhichBrowser/Parser-JavaScript/commit/0e9f5ffe6c8c571edec13d9590c67348247a8bc1))
1721
([a9ed8a0](https://github.com/WhichBrowser/Parser-JavaScript/commit/a9ed8a0a45206eae7a64f8f86f861688b4ed3cca))
1822
([cd4e0cd](https://github.com/WhichBrowser/Parser-JavaScript/commit/cd4e0cd158a897a917593e41cddd992b9325b53e))
1923
([3fbe24d](https://github.com/WhichBrowser/Parser-JavaScript/commit/3fbe24d223eb45d3fd14e97e91f55ef5f98be065))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "which-browser",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript",
55
"main": "src/Parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)