Bump version, write changelog

pull/235/merge
Denis Demchenko 6 years ago
parent 8782a29096
commit 594c437de6

@ -1,5 +1,9 @@
# Bowser Changelog
### 2.0.0-alpha.3 (July 22, 2018)
- [CHANGE] Rename split and rename `compiled.js` to `es5.js` and `bundled.js` (#231, #236, #237)
- [ADD] Add `Parser.some` (#235)
### 2.0.0-alpha.2 (July 17, 2018)
- [CHANGE] Make `src/bowser` main file instead of the bundled one
- [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231)

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Lightweight browser detector",
"keywords": [
"browser",

Loading…
Cancel
Save