Skip to content

Commit 21cf2c5

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent 363df88 commit 21cf2c5

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.0.0 (2020-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* add allowjs ([7816f74](https://github.com/Enigmatis/polaris-nest-logger/commit/7816f743e53556b10217f23b3660a529990ddf88))
7+
* add more exports ([f1819a6](https://github.com/Enigmatis/polaris-nest-logger/commit/f1819a63b1f8c4888e7ba75c7bacb19441a5d905))
8+
* add npm ignore ([35f50db](https://github.com/Enigmatis/polaris-nest-logger/commit/35f50dbbaee62732b4767cff84c4b775d3a27b88))
9+
* beta 7 ([c959467](https://github.com/Enigmatis/polaris-nest-logger/commit/c959467525f617215231ad4d4e69312fe14e6982))
10+
* beta 7 ([e3179be](https://github.com/Enigmatis/polaris-nest-logger/commit/e3179be93ec45b04d1047311d2dbf57cf262cb98))
11+
* beta 7? ([96a5896](https://github.com/Enigmatis/polaris-nest-logger/commit/96a5896006f8aa0c8717099c85ab45b152b9c894))
12+
* multiple fixes and additions ([2e1bf73](https://github.com/Enigmatis/polaris-nest-logger/commit/2e1bf7356ede6ae91991e5ee74c5d1cb386afdf2))
13+
* remove allowjs ([7127dbe](https://github.com/Enigmatis/polaris-nest-logger/commit/7127dbe56222a8aca05894308c953218ecb10c35))
14+
* remove polaris-logs from peerdep, add readme ([219e2a2](https://github.com/Enigmatis/polaris-nest-logger/commit/219e2a275fa89e03fe0abba8f365e8bdec733d2d))
15+
* v7 ([c5a3f06](https://github.com/Enigmatis/polaris-nest-logger/commit/c5a3f0602c9a96f075f34b5b9dd9e7b967086d04))
16+
17+
18+
### Features
19+
20+
* add more exports ([510d42d](https://github.com/Enigmatis/polaris-nest-logger/commit/510d42d792f4e859d54c896364ce64dd646432b6))
21+
* add more exports ([8251da7](https://github.com/Enigmatis/polaris-nest-logger/commit/8251da77e67c47b83d75664e06da824f7526f628))
22+
* first ver ([7ed2cdc](https://github.com/Enigmatis/polaris-nest-logger/commit/7ed2cdc05a87a448d12836c473ea3f5cc382fcec))
23+
124
# [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)
225

326

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enigmatis/polaris-nest-logger",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0",
44
"description": "A module that lets you create a polaris-logger dedicated to NestJs",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)