diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e17a90..0649944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 029f4e5..4307315 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index a1ca6fe..b97ca63 100644 --- a/package.json +++ b/package.json @@ -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",