Skip to content

Commit

Permalink
feat(chore): Update 'README.md' file to add documentation for npm pub…
Browse files Browse the repository at this point in the history
…lish process
  • Loading branch information
David OLIVIER committed Jan 30, 2019
1 parent 6bd98de commit b0eec7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## [Unreleased]

## [1.3.1] 2019-01-30
## [1.3.2] 2019-01-30

- Move `@types/elasticsearch` from `devDependencies` to `dependencies`
- Update `README.md` file to add documentation for npm publish process

## [1.3.0] 2018-05-14

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![travis build](https://img.shields.io/travis/gojob-1337/node-ts-elasticsearch.svg)](https://travis-ci.org/gojob-1337/node-ts-elasticsearch)
[![Coverage Status](https://coveralls.io/repos/github/gojob-1337/node-ts-elasticsearch/badge.svg?branch=master)](https://coveralls.io/github/gojob-1337/node-ts-elasticsearch?branch=master)

## NPM publish

**To publish a new version of this package, you have to build the project before run `npm publish`.**

## Description

The purpose of this library is to provide a decorated class approch to use the [elasticsearch](https://www.npmjs.com/package/elasticsearch) module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gojob/ts-elasticsearch",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"description": "Elasticsearch decorated by TypeScript",
"main": "./dist/index.js",
Expand Down

0 comments on commit b0eec7c

Please sign in to comment.