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

Commit

Permalink
Release v0.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Mar 24, 2016
1 parent 5092cdd commit d1d6164
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v0.14.2] - 2016-03-24
### Fixed
- Minified bundle was missing from `dist/` folder after running `grunt release`
- This would have caused the parser to not work as an installed npm module since the `package.json` `main` property points to the minified bundle

## [v0.14.1] - 2016-03-23
### Fixed
- Fixed broken Grunt tasks (e.g. `grunt release`) in Windows
Expand Down Expand Up @@ -533,7 +538,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
### Added
- First working version of sqlite-parser
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.1...HEAD
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...HEAD
[v0.14.2]: https://github.com/codeschool/sqlite-parser/compare/v0.14.1...v0.14.2
[v0.14.1]: https://github.com/codeschool/sqlite-parser/compare/v0.14.0...v0.14.1
[v0.14.0]: https://github.com/codeschool/sqlite-parser/compare/v0.11.3...v0.14.0
[v0.11.3]: https://github.com/codeschool/sqlite-parser/compare/v0.11.2...v0.11.3
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqlite-parser",
"description": "JavaScript implentation of SQLite 3 query parser",
"author": "Code School (http://codeschool.com)",
"version": "0.14.1",
"version": "0.14.2",
"contributors": [
"Nick Wronski <[email protected]>"
],
Expand All @@ -26,7 +26,6 @@
"url": "https://github.com/codeschool/sqlite-parser/issues"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt release"
},
"devDependencies": {
Expand Down

0 comments on commit d1d6164

Please sign in to comment.