Skip to content

Commit

Permalink
chore(version): 2.0.0-rc.5
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
haltcase committed Jun 13, 2019
1 parent 301313a commit 56c949f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="2.0.0-rc.4"></a>
## [`2.0.0-rc.4`](https://github.com/citycide/trilogy/compare/v1.4.5...v2.0.0-rc.4) (2019-06-12)
<a name="2.0.0-rc.5"></a>
## [`2.0.0-rc.5`](https://github.com/citycide/trilogy/compare/v1.4.6...v2.0.0-rc.5) (2019-06-12)

v2.0.0 is a significant release. This is a release candidate available on npm
under the `@next` tag. The highlights are:
Expand All @@ -13,11 +13,11 @@ To try it out, use:
```sh
# using yarn
yarn add trilogy@next
yarn add trilogy@2.0.0-rc.4
yarn add trilogy@2.0.0-rc.5

# using npm
npm i trilogy@next
npm i trilogy@2.0.0-rc.4
npm i trilogy@2.0.0-rc.5
```

#### codename: solid source
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": "trilogy",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "No-hassle SQLite with a document store style API.",
"license": "MIT",
"author": "Bo Lingen <lingenbw@gmail.com> (https://github.com/citycide)",
Expand Down

0 comments on commit 56c949f

Please sign in to comment.