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

Commit c644e90

Browse files
committed
Release v1.0.0-beta.
1 parent fc38809 commit c644e90

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
6+
## [v1.0.0-beta] - 2016-10-07
57
### Added
68
- The root node of the AST now has `type` and `variant` properties:
79

@@ -17,7 +19,6 @@ All notable changes to this project will be documented in this file.
1719
}
1820
```
1921

20-
## [v0.15.0-beta] - 2016-10-03
2122
- Added missing `ATTACH DATABASE` statement. It will pair nicely with the existing `DETACH DATABASE` statement.
2223

2324
``` sql
@@ -978,8 +979,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
978979
### Added
979980
- First working version of sqlite-parser
980981

981-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.15.0-beta...HEAD
982-
[v0.15.0-beta]: https://github.com/codeschool/sqlite-parser/compare/v0.14.5...v0.15.0-beta
982+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v1.0.0-beta...HEAD
983+
[v1.0.0-beta]: https://github.com/codeschool/sqlite-parser/compare/v0.14.5...v1.0.0-beta
983984
[v0.14.5]: https://github.com/codeschool/sqlite-parser/compare/v0.14.4...v0.14.5
984985
[v0.14.4]: https://github.com/codeschool/sqlite-parser/compare/v0.14.3...v0.14.4
985986
[v0.14.3]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...v0.14.3

package.json

+1-1
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.15.0-beta",
5+
"version": "1.0.0-beta",
66
"contributors": [
77
"Nick Wronski <[email protected]>"
88
],

0 commit comments

Comments
 (0)