Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-04-20)

### Bug Fixes

* add allowjs ([7816f74](7816f74))
* add more exports ([f1819a6](f1819a6))
* add npm ignore ([35f50db](35f50db))
* beta 7 ([c959467](c959467))
* beta 7 ([e3179be](e3179be))
* beta 7? ([96a5896](96a5896))
* multiple fixes and additions ([2e1bf73](2e1bf73))
* remove allowjs ([7127dbe](7127dbe))
* remove polaris-logs from peerdep, add readme ([219e2a2](219e2a2))
* v7 ([c5a3f06](c5a3f06))

### Features

* add more exports ([510d42d](510d42d))
* add more exports ([8251da7](8251da7))
* first ver ([7ed2cdc](7ed2cdc))
  • Loading branch information
semantic-release-bot committed Apr 20, 2020
1 parent 363df88 commit 21cf2c5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.0.0 (2020-04-20)


### Bug Fixes

* add allowjs ([7816f74](https://github.com/Enigmatis/polaris-nest-logger/commit/7816f743e53556b10217f23b3660a529990ddf88))
* add more exports ([f1819a6](https://github.com/Enigmatis/polaris-nest-logger/commit/f1819a63b1f8c4888e7ba75c7bacb19441a5d905))
* add npm ignore ([35f50db](https://github.com/Enigmatis/polaris-nest-logger/commit/35f50dbbaee62732b4767cff84c4b775d3a27b88))
* beta 7 ([c959467](https://github.com/Enigmatis/polaris-nest-logger/commit/c959467525f617215231ad4d4e69312fe14e6982))
* beta 7 ([e3179be](https://github.com/Enigmatis/polaris-nest-logger/commit/e3179be93ec45b04d1047311d2dbf57cf262cb98))
* beta 7? ([96a5896](https://github.com/Enigmatis/polaris-nest-logger/commit/96a5896006f8aa0c8717099c85ab45b152b9c894))
* multiple fixes and additions ([2e1bf73](https://github.com/Enigmatis/polaris-nest-logger/commit/2e1bf7356ede6ae91991e5ee74c5d1cb386afdf2))
* remove allowjs ([7127dbe](https://github.com/Enigmatis/polaris-nest-logger/commit/7127dbe56222a8aca05894308c953218ecb10c35))
* remove polaris-logs from peerdep, add readme ([219e2a2](https://github.com/Enigmatis/polaris-nest-logger/commit/219e2a275fa89e03fe0abba8f365e8bdec733d2d))
* v7 ([c5a3f06](https://github.com/Enigmatis/polaris-nest-logger/commit/c5a3f0602c9a96f075f34b5b9dd9e7b967086d04))


### Features

* add more exports ([510d42d](https://github.com/Enigmatis/polaris-nest-logger/commit/510d42d792f4e859d54c896364ce64dd646432b6))
* add more exports ([8251da7](https://github.com/Enigmatis/polaris-nest-logger/commit/8251da77e67c47b83d75664e06da824f7526f628))
* first ver ([7ed2cdc](https://github.com/Enigmatis/polaris-nest-logger/commit/7ed2cdc05a87a448d12836c473ea3f5cc382fcec))

# [1.0.0-beta.8](https://github.com/Enigmatis/polaris-nest-logger/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2020-04-20)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enigmatis/polaris-nest-logger",
"version": "1.0.0-beta.8",
"version": "1.0.0",
"description": "A module that lets you create a polaris-logger dedicated to NestJs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 21cf2c5

Please sign in to comment.