Skip to content

Commit

Permalink
Merge pull request #24 from idealista/develop
Browse files Browse the repository at this point in the history
v1.0.8 to master
  • Loading branch information
José Noguera authored Aug 9, 2019
2 parents dd5aced + 1e539f8 commit 158afb5
Show file tree
Hide file tree
Showing 4 changed files with 3,125 additions and 2,984 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '8'
before_deploy: "npm install --ignore-scripts"
deploy:
skip_cleanup: true
provider: npm
email: labs@idealista.com
api_key:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

## [Unreleased](https://github.com/idealista/tlsh-js/tree/develop)

## [1.0.8](https://github.com/idealista/tlsh-js/tree/1.0.8)
### Fixed
- *[#20](https://github.com/idealista/tlsh-js/issues/20) Fix deploy to NPM from Travis* @jnogol @mchacon
- *Run `npm audit fix` to fix vulnerabilities* @jnogol

## [1.0.7](https://github.com/idealista/tlsh-js/tree/1.0.7)
### Fixed
- *[#14](https://github.com/idealista/tlsh-js/issues/14) Update browserify due to CVE-2018-16472 in transitive dependency (cached-path-relative)* @jnogol
Expand Down
Loading

0 comments on commit 158afb5

Please sign in to comment.