Skip to content

Commit

Permalink
chore(release): 0.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
willsoto committed Feb 6, 2019
1 parent 348ba7e commit da54c74
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.1"></a>
## [0.3.1](https://github.com/willsoto/nestjs-objection/compare/v0.3.0...v0.3.1) (2019-02-04)
<a name="0.3.2"></a>

## [0.3.2](https://github.com/willsoto/nestjs-objection/compare/v0.3.1...v0.3.2) (2019-02-06)

<a name="0.3.1"></a>

## [0.3.1](https://github.com/willsoto/nestjs-objection/compare/v0.3.0...v0.3.1) (2019-02-04)

<a name="0.3.0"></a>
# [0.3.0](https://github.com/willsoto/nestjs-objection/compare/v0.2.1...v0.3.0) (2019-02-04)

# [0.3.0](https://github.com/willsoto/nestjs-objection/compare/v0.2.1...v0.3.0) (2019-02-04)

### Bug Fixes

* **rollup:** add [@nestjs](https://github.com/nestjs)/common to globals ([36a4003](https://github.com/willsoto/nestjs-objection/commit/36a4003))
* **workflow:** actions cannot point at workflows ([a1f1f51](https://github.com/willsoto/nestjs-objection/commit/a1f1f51))

- **rollup:** add [@nestjs](https://github.com/nestjs)/common to globals ([36a4003](https://github.com/willsoto/nestjs-objection/commit/36a4003))
- **workflow:** actions cannot point at workflows ([a1f1f51](https://github.com/willsoto/nestjs-objection/commit/a1f1f51))

### Features

* **workflow:** add action for Publishing new releases ([0ec837f](https://github.com/willsoto/nestjs-objection/commit/0ec837f))
* **workflow:** add PR workflow for CI ([99e3489](https://github.com/willsoto/nestjs-objection/commit/99e3489))


- **workflow:** add action for Publishing new releases ([0ec837f](https://github.com/willsoto/nestjs-objection/commit/0ec837f))
- **workflow:** add PR workflow for CI ([99e3489](https://github.com/willsoto/nestjs-objection/commit/99e3489))

<a name="0.2.1"></a>
## 0.2.1 (2019-02-04)

## 0.2.1 (2019-02-04)

### Features

* add commitlint ([5003674](https://github.com/willsoto/nestjs-objection/commit/5003674))
* add standard-release for cutting releases ([00c51a1](https://github.com/willsoto/nestjs-objection/commit/00c51a1))
* **all:** initial commit ([a7ec179](https://github.com/willsoto/nestjs-objection/commit/a7ec179))
* **package:** add husky ([ed44af0](https://github.com/willsoto/nestjs-objection/commit/ed44af0))
* **workflow:** add main.workflow ([9fbaa37](https://github.com/willsoto/nestjs-objection/commit/9fbaa37))
- add commitlint ([5003674](https://github.com/willsoto/nestjs-objection/commit/5003674))
- add standard-release for cutting releases ([00c51a1](https://github.com/willsoto/nestjs-objection/commit/00c51a1))
- **all:** initial commit ([a7ec179](https://github.com/willsoto/nestjs-objection/commit/a7ec179))
- **package:** add husky ([ed44af0](https://github.com/willsoto/nestjs-objection/commit/ed44af0))
- **workflow:** add main.workflow ([9fbaa37](https://github.com/willsoto/nestjs-objection/commit/9fbaa37))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"typings": "tsc --project tsconfig.json --declaration --declarationDir typings --emitDeclarationOnly"
},
"typings": "./typings/index.d.ts",
"version": "0.3.1"
"version": "0.3.2"
}

0 comments on commit da54c74

Please sign in to comment.