Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Jan 7, 2021
1 parent 836a3ec commit 19c62c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [0.2.0](https://github.com/aleksandryackovlev/nestjs-etcd/compare/v0.1.1...v0.2.0) (2021-01-07)


### Features

* **options:** add namespace to module options ([836a3ec](https://github.com/aleksandryackovlev/nestjs-etcd/commit/836a3ecdea504f4904a19c245bcfc1cadbdff05d))
* **utils:** export utils from the module ([fe640ac](https://github.com/aleksandryackovlev/nestjs-etcd/commit/fe640acb8dc19bd2ddcd37d642cb7a0576bbaa3a))

### [0.1.1](https://github.com/aleksandryackovlev/nestjs-etcd/compare/v0.1.0...v0.1.1) (2021-01-06)

## 0.1.0 (2021-01-06)
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": "nestjs-etcd",
"version": "0.1.1",
"version": "0.2.0",
"description": "Etcd3 module for Nest framework",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 19c62c4

Please sign in to comment.