Skip to content

Commit 30fd67c

Browse files
author
Chandra shekar Varkala
committed
Insert entries into postgres script
1 parent 7d9bd4c commit 30fd67c

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.4.0] - 2018-06-20
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.4.2] - 2019-10-18
511
### Added
6-
- Version 1.2 navigation.
12+
- Feature added
13+
14+
### Changed
15+
- Changed a file
16+
17+
### Removed
18+
- Removed a file

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ app.get('/', (req, res) => {
77

88
app.listen(8000, () => {
99
console.log('Example app listening on port 8000!')
10-
console.log('this is v1.4)
10+
console.log('this is v1.4.2)
1111
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeapp",
3-
"version": "1.4.0",
3+
"version": "1.4.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)