Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 26, 2017
2 parents f9feb69 + 1d4ebb4 commit 55cd409
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@ For a human friendly description of what changed in each release, take a look
at the [Releases](https://github.com/SierraSoftworks/Iridium/releases) page.


## Version [7.2.3](https://github.com/SierraSoftworks/Iridium/releases/tag/v7.2.3)
<a style="border-radius: 2px; padding: 4px 8px; background: rgb(64, 120, 192); color: #fff;" href="https://github.com/SierraSoftworks/Iridium/releases/tag/v7.2.3">tag: **v7.2.3**</a>

```sh
npm install iridium@7.2.3
```

### Changes
- [b13e55a](https://github.com/SierraSoftworks/Iridium/commit/b13e55a) 7.2.3
- [2fba993](https://github.com/SierraSoftworks/Iridium/commit/2fba993) chore: Update skmatc to the latest version
- [a1ad0ec](https://github.com/SierraSoftworks/Iridium/commit/a1ad0ec) doc: Update documentation
- [6155809](https://github.com/SierraSoftworks/Iridium/commit/6155809) doc: Update changelog

## Version [7.2.2](https://github.com/SierraSoftworks/Iridium/releases/tag/v7.2.2)
<a style="border-radius: 2px; padding: 4px 8px; background: rgb(64, 120, 192); color: #fff;" href="https://github.com/SierraSoftworks/Iridium/releases/tag/v7.2.2">tag: **v7.2.2**</a>

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "iridium",
"version": "7.2.2",
"version": "7.2.3",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",
"description": "A custom lightweight ORM for MongoDB designed for power-users",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.28",
"skmatc": "~1.2.2"
"skmatc": "~1.2.3"
},
"peerDependencies": {
"@types/bluebird": "^3.5.4",
Expand Down

0 comments on commit 55cd409

Please sign in to comment.