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

Commit b324679

Browse files
committed
Update CHANGELOG.md for new version.
1 parent 0c35d50 commit b324679

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
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.3] - 2016-03-28
7+
### Fixed
8+
- Do not run grunt tasks on `npm install`. Did not realize that `prepublish` is run on a regular `npm install` command.
9+
610
## [v0.14.2] - 2016-03-24
711
### Fixed
812
- Minified bundle was missing from `dist/` folder after running `grunt release`
@@ -538,7 +542,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
538542
### Added
539543
- First working version of sqlite-parser
540544

541-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...HEAD
545+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.3...HEAD
546+
[v0.14.3]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...v0.14.3
542547
[v0.14.2]: https://github.com/codeschool/sqlite-parser/compare/v0.14.1...v0.14.2
543548
[v0.14.1]: https://github.com/codeschool/sqlite-parser/compare/v0.14.0...v0.14.1
544549
[v0.14.0]: https://github.com/codeschool/sqlite-parser/compare/v0.11.3...v0.14.0

0 commit comments

Comments
 (0)