mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Bump version, write changelog
This commit is contained in:
parent
2bc8982b42
commit
486f718c1d
@ -1,5 +1,10 @@
|
|||||||
# Bowser Changelog
|
# Bowser Changelog
|
||||||
|
|
||||||
|
### 2.0.0-beta.1 (August 18, 2018)
|
||||||
|
- [ADD] Add loose version comparison to `Parser.compareVersion()` and `Parser.satisfies()`
|
||||||
|
- [CHORE] Add CONTRIBUTING.md
|
||||||
|
- [DOCS] Regenerate docs
|
||||||
|
|
||||||
### 2.0.0-alpha.4 (August 2, 2018)
|
### 2.0.0-alpha.4 (August 2, 2018)
|
||||||
- [DOCS] Fix usage docs (#238)
|
- [DOCS] Fix usage docs (#238)
|
||||||
- [CHANGE] Make `./es5.js` the main file of the package (#239)
|
- [CHANGE] Make `./es5.js` the main file of the package (#239)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bowser",
|
"name": "bowser",
|
||||||
"version": "2.0.0-alpha.4",
|
"version": "2.0.0-beta.1",
|
||||||
"description": "Lightweight browser detector",
|
"description": "Lightweight browser detector",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
|
Loading…
Reference in New Issue
Block a user