Skip to content

Commit

Permalink
Bump version to v2.0.0-alpha.6
Browse files Browse the repository at this point in the history
For the reasoning behind the v1 to v2 change see #106 (comment)
  • Loading branch information
maritz committed Jan 15, 2018
1 parent 285a5e8 commit cfe66e2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions HISTORY.md
@@ -1,8 +1,15 @@
### v1.0.0 (currently in alpha)
- uses Promises instead of Callbacks for almost everything
- complete refactor to Typescript - native typings are now provided
- updated dependencies
- lots of other changes
# Changelogs

## v2

### v2.0.0 (currently in alpha)

- uses Promises instead of Callbacks for almost everything
- complete refactor to Typescript - native typings are now provided
- updated dependencies
- lots of other changes

## v1

### v0.9.8 - 06.02.2016
- Add instance context to custom validators. (thanks johngeorgewright)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nohm",
"version": "1.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "redis ORM (Object relational mapper)",
"engines": {
"node": ">=8"
Expand Down
2 changes: 1 addition & 1 deletion ts/tests.ts
Expand Up @@ -234,7 +234,7 @@ exports.Typescript = {
number: 789,
});
} catch (e) {
// properties aren't indexed, whatever... just testing that the generics are right and manually testing errors
// properties aren't indexed, whatever... just testing that the generics are right and manually testing errors
// in find options
}

Expand Down

0 comments on commit cfe66e2

Please sign in to comment.