Skip to content

Commit

Permalink
Merge pull request #18 from idealista/bugs/14
Browse files Browse the repository at this point in the history
v1.0.7, add cached-path-relative dependency, add before_deploy step
  • Loading branch information
José Noguera authored May 22, 2019
2 parents ff14b1a + 4e12db7 commit d71210d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '8'
before_deploy: "npm install --ignore-scripts"
deploy:
provider: npm
email: [email protected]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

## [1.0.7](https://github.com/idealista/tlsh-js/tree/1.0.7)
### Fixed
- *[#16](https://github.com/idealista/tlsh-js/pull/16)fixed build: users of your library should not need to install grunt* @dpoetzsch
- *[#14](https://github.com/idealista/tlsh-js/issues/14) Update browserify due to CVE-2018-16472 in transitive dependency (cached-path-relative)* @jnogol
- *[#16](https://github.com/idealista/tlsh-js/pull/16) fixed build: users of your library should not need to install grunt* @dpoetzsch

## [1.0.6](https://github.com/idealista/tlsh-js/tree/1.0.6)
### Changed
Expand Down
36 changes: 25 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tlsh",
"version": "1.0.6",
"version": "1.0.7",
"description": "JavaScript port of TLSH (Trend Locality Sensitive Hash)",
"main": "lib/tlsh.js",
"author": "idealista <[email protected]> (http://www.idealista.com/labs/blog/)",
Expand All @@ -22,6 +22,7 @@
"grunt-contrib-jshint": "2.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-browserify": "^5.3.0",
"cached-path-relative": ">=1.0.2",
"mocha": "5.2.0",
"expect.js": "^0.3.1"
},
Expand Down

0 comments on commit d71210d

Please sign in to comment.