Skip to content

Commit

Permalink
Insert entries into postgres script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra shekar Varkala committed Oct 18, 2019
1 parent 7d9bd4c commit 30fd67c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.0] - 2018-06-20

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.2] - 2019-10-18
### Added
- Version 1.2 navigation.
- Feature added

### Changed
- Changed a file

### Removed
- Removed a file
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ app.get('/', (req, res) => {

app.listen(8000, () => {
console.log('Example app listening on port 8000!')
console.log('this is v1.4)
console.log('this is v1.4.2)
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeapp",
"version": "1.4.0",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 30fd67c

Please sign in to comment.