Skip to content

Commit 2baaa6c

Browse files
authored
Merge pull request #15 from dhershman1/development
Development
2 parents 3d81a34 + 28b27ed commit 2baaa6c

File tree

3 files changed

+39
-23
lines changed

3 files changed

+39
-23
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# Octoris Changelog
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+
### [0.4.3](https://github.com/dhershman1/octoris/compare/v0.4.3...v0.4.4) (2020-04-06)
6+
7+
* Fixed security vulnerabilities in dev deps
8+
9+
### [0.4.3](https://github.com/dhershman1/octoris/compare/v0.4.0...v0.4.3) (2020-01-29)
10+
11+
12+
### Features
13+
14+
* **commitizen:** converting to the commitizen tool ([a5492c5](https://github.com/dhershman1/octoris/commit/a5492c5c16533e3d77ebbc48aa0b4180d6e72846))
215

316
## v0.4.2
417

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "octoris",
3-
"version": "0.4.2",
3+
"version": "0.4.4",
44
"description": "A functional and friendly node http framework",
55
"main": "lib/index.js",
66
"scripts": {
@@ -12,7 +12,10 @@
1212
"check-cov": "nyc check-coverage --lines 85 --functions 90 --branches 85",
1313
"report": "nyc report --reporter=text-lcov > coverage.lcov",
1414
"html": "node examples/simple-html/index.js",
15-
"clean": "rimraf ./*.js"
15+
"clean": "rimraf ./*.js",
16+
"ac": "git add . && npx git-cz",
17+
"commit": "npx git-cz",
18+
"release": "npx standard-version"
1619
},
1720
"nyc": {
1821
"include": [

0 commit comments

Comments
 (0)