Skip to content

Commit

Permalink
Updated version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Nov 25, 2017
1 parent 6435d80 commit 8326090
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.3.2
Added typescript definitions to NPM

### 2.3.0
Added strict version of date parser that returns null on invalid dates (may use strict version in v3)

### 2.2.0
Fixed a bug when parsing Do format dates

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fecha",
"main": "fecha.js",
"version": "2.0.0",
"version": "2.3.2",
"homepage": "https://github.com/taylorhakes/fecha",
"authors": [
"Taylor Hakes"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fecha",
"version": "2.3.1",
"version": "2.3.2",
"description": "Date formatting and parsing",
"main": "fecha.js",
"scripts": {
Expand Down

0 comments on commit 8326090

Please sign in to comment.