Skip to content

Commit

Permalink
chore(release): version 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2022-01-11)

### Features

* handle big files ([#9](#9)) ([c9d1de4](c9d1de4))
  • Loading branch information
SocialGroovyBot committed Jan 11, 2022
1 parent c9d1de4 commit 976dee5
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.0](https://github.com/SocialGouv/anonymify/compare/v1.0.4...v1.1.0) (2022-01-11)


### Features

* handle big files ([#9](https://github.com/SocialGouv/anonymify/issues/9)) ([c9d1de4](https://github.com/SocialGouv/anonymify/commit/c9d1de4ba8f0e76ad6ea1d21d3ecf734b5d6905e))

## [1.0.4](https://github.com/SocialGouv/anonymify/compare/v1.0.3...v1.0.4) (2022-01-04)


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.0.4"
"version": "1.1.0"
}
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.0.4",
"version": "1.1.0",
"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.0.4",
"version": "1.1.0",
"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.0.4",
"@socialgouv/match-entities": "^1.1.0",
"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.0.4",
"version": "1.1.0",
"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.0.4",
"@socialgouv/match-entities": "^1.1.0",
"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.0.4",
"version": "1.1.0",
"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.0.4",
"tsconfig": "^1.1.0",
"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.0.4",
"version": "1.1.0",
"private": true,
"main": "index.js",
"files": [
Expand Down

0 comments on commit 976dee5

Please sign in to comment.