Skip to content

Commit 44ba37d

Browse files
committed
chore(release): 2.3.1
1 parent 5b037d8 commit 44ba37d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="2.3.1"></a>
6+
## [2.3.1](https://github.com/documentationjs/globals-docs/compare/v2.3.0...v2.3.1) (2017-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix tests, remove unused dependency ([5b037d8](https://github.com/documentationjs/globals-docs/commit/5b037d8))
12+
* Remove /en-US/ from Mozilla docs ([#4](https://github.com/documentationjs/globals-docs/issues/4)) ([95ce765](https://github.com/documentationjs/globals-docs/commit/95ce765))
13+
14+
15+
116
# 2.3.0
217

318
* feat(types): Add TypedArray TypedArray is not exactly an available global property or constructor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "globals-docs",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "documentation links for all node and browser globals",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)