Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 0951757

Browse files
chore(release): 1.0.0 [skip ci]
<a name="1.0.0"></a> # 1.0.0 (2018-05-25) ### Build * Added missing changelog generation package ([8b63399](8b63399)) ### New * First release ([4657555](4657555))
1 parent 8b63399 commit 0951757

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-05-25)
3+
4+
5+
### Build
6+
7+
* Added missing changelog generation package ([8b63399e0d82c8a2db388c812a790640ad8c6d1c](https://github.com/unlight/nest-config/commit/8b63399e0d82c8a2db388c812a790640ad8c6d1c))
8+
9+
### New
10+
11+
* First release ([4657555c71aa7e310ff82da9aa4430a67edd31ca](https://github.com/unlight/nest-config/commit/4657555c71aa7e310ff82da9aa4430a67edd31ca))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-config",
3-
"version": "0.0.0-dev",
3+
"version": "1.0.0",
44
"description": "Nest config module",
55
"main": "dist/index.js",
66
"typings": "src/index.ts",

0 commit comments

Comments
 (0)