Skip to content

Commit

Permalink
Bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Mar 20, 2020
1 parent 5520ce3 commit e3e978d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
experiments
benchmark
.babelrc
.gitignore
.npmignore
*.yml
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

* Dropping `.babelrc` from npm package file to avoid bundling issues.

## 1.1.0

* Adding the `tokenizers/words/gersam` namespace.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talisman",
"version": "1.1.0",
"version": "1.1.1",
"description": "Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3e978d

Please sign in to comment.