Skip to content

Commit

Permalink
chore(release): version 1.1.7
Browse files Browse the repository at this point in the history
## [1.1.7](v1.1.6...v1.1.7) (2022-08-16)

### Bug Fixes

* fix parsing exception ([#45](#45)) ([cf7f6f3](cf7f6f3))
  • Loading branch information
SocialGroovyBot committed Aug 16, 2022
1 parent cf7f6f3 commit b1ded31
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.7](https://github.com/SocialGouv/anonymify/compare/v1.1.6...v1.1.7) (2022-08-16)


### Bug Fixes

* fix parsing exception ([#45](https://github.com/SocialGouv/anonymify/issues/45)) ([cf7f6f3](https://github.com/SocialGouv/anonymify/commit/cf7f6f357653bd86474e293dd3d4a1cdcb2bb817))

## [1.1.6](https://github.com/SocialGouv/anonymify/compare/v1.1.5...v1.1.6) (2022-04-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.1.6"
"version": "1.1.7"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "1.1.6",
"version": "1.1.7",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-anonymify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/csv-anonymify",
"decription": "Anonymize some CSV with faker.js data",
"version": "1.1.6",
"version": "1.1.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"@socialgouv/match-entities": "^1.1.6",
"@socialgouv/match-entities": "^1.1.7",
"csv": "^6.0.5",
"date-fns": "^2.28.0",
"faker": "^5.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/csv-sample",
"decription": "Guess CSV columns types and make some stats",
"version": "1.1.6",
"version": "1.1.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
"test": "TEST=true jest"
},
"dependencies": {
"@socialgouv/match-entities": "^1.1.6",
"@socialgouv/match-entities": "^1.1.7",
"csv": "^6.0.5",
"p-all": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/match-entities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/match-entities",
"decription": "Return entity probability for a given text",
"version": "1.1.6",
"version": "1.1.7",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"tsconfig": "^1.1.6",
"tsconfig": "^1.1.7",
"tsup": "^5.11.9",
"typescript": "^4.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"main": "index.js",
"files": [
Expand Down

0 comments on commit b1ded31

Please sign in to comment.