Skip to content

Commit 5db2bf3

Browse files
v0.0.3
1 parent 0b2f0d3 commit 5db2bf3

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ after_script:
2323
before_deploy:
2424
- git config --local user.name vitorsalgado
2525
- git config --local user.email vsalgadopb@gmail.com
26-
- git tag v$(node cli version)
2726

2827
deploy:
2928
- provider: npm

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
## [Planned/Unreleased]
66
- Nothing
77

8-
## [0.0.3] - YYYY-MM-DD - MAJOR RELEASE
8+
## [0.0.4] - YYYY-MM-DD - MAJOR RELEASE
99
### Added
1010
- Added items
1111
### Changed

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": "generator-nodejs-toolkit",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Boilerplate to start new Node.js projects with all basic setup. This project is Docker friendly and comes with a simple but complete continuous integration already set.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)