Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed May 6, 2021
1 parent 1ef9472 commit 2151486
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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.0.3 (2021-05-06)
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.

47 changes: 37 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vect",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -77,15 +77,42 @@
"changelog": true
},
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "section": "Refactoring"},
{"type": "perf", "section": "Perforamnce Improvements"},
{"type": "test", "section": "Build & CI"},
{"type": "build", "section": "Build & CI"}
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"section": "Refactoring"
},
{
"type": "perf",
"section": "Perforamnce Improvements"
},
{
"type": "test",
"section": "Build & CI"
},
{
"type": "build",
"section": "Build & CI"
}
]
}
}

0 comments on commit 2151486

Please sign in to comment.