Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 7693455

Browse files
committed
Release v0.14.1.
1 parent 4e58f8b commit 7693455

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
55

6+
## [v0.14.1] - 2016-03-23
7+
### Fixed
8+
- Fixed broken Grunt tasks (e.g. `grunt release`) in Windows
9+
610
## [v0.14.0] - 2016-03-11
711
### Added
812
- Latest version includes smart error functionality from the tracer branch that was not included in the last few versions. The latest release includes the smart syntax functionality now that it is as performant as the previous release that did not include smart errors.
@@ -529,7 +533,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
529533
### Added
530534
- First working version of sqlite-parser
531535

532-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.0...HEAD
536+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.1...HEAD
537+
[v0.14.1]: https://github.com/codeschool/sqlite-parser/compare/v0.14.0...v0.14.1
533538
[v0.14.0]: https://github.com/codeschool/sqlite-parser/compare/v0.11.3...v0.14.0
534539
[v0.11.3]: https://github.com/codeschool/sqlite-parser/compare/v0.11.2...v0.11.3
535540
[v0.11.2]: https://github.com/codeschool/sqlite-parser/compare/v0.11.0...v0.11.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sqlite-parser",
33
"description": "JavaScript implentation of SQLite 3 query parser",
44
"author": "Code School (http://codeschool.com)",
5-
"version": "0.14.0",
5+
"version": "0.14.1",
66
"contributors": [
77
"Nick Wronski <nick@javascript.com>"
88
],

0 commit comments

Comments
 (0)