Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 90d84ca

Browse files
chore(release): 1.0.0
1 parent 62673e7 commit 90d84ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 1.0.0 (2020-04-13)
6+
7+
8+
### Features
9+
10+
* create project ([fa7b22d](https://github.com/ngspot/ngx-errors/commit/fa7b22dab9f8cb43e2d0760c6aa30655987df95a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:lib": "ng build ngx-errors --prod",
1616
"test:lib": "ng test ngx-errors --code-coverage",
1717
"postbuild:lib": "copyfiles README.md logo.png dist/ngx-errors",
18-
"release": "cd projects/ngx-errors && standard-version --infile ../../../CHANGELOG.md",
18+
"release": "cd projects/ngx-errors && standard-version --infile ../../CHANGELOG.md",
1919
"test:lib:headless": "cross-env CI=true npm run test:lib"
2020
},
2121
"private": true,

0 commit comments

Comments
 (0)