diff --git a/.changeset/twelve-crews-walk.md b/.changeset/twelve-crews-walk.md deleted file mode 100644 index 63f0653..0000000 --- a/.changeset/twelve-crews-walk.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'ng-faker': major ---- - -typescript rewrite (v2.0.0) - -- Rewrite the library in TypeScript. - -- Remove the `internet` & `address` sub class, it was being used for fraudulent purposes. - -- Remove the `fake` sub class as it was a bit tedious to maintain and didn't provide much value. diff --git a/CHANGELOG.md b/CHANGELOG.md index 138522e..e6109f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 3.0.0 + +### Major Changes + +- ac65407: typescript rewrite (v2.0.0) + + - Rewrite the library in TypeScript. + - Remove the `internet` & `address` sub class, it was being used for fraudulent purposes. + - Remove the `fake` sub class as it was a bit tedious to maintain and didn't provide much value. + See commit history on Github for change history https://github.com/BolajiOlajide/ng-faker diff --git a/package.json b/package.json index cf27eb0..256ac8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-faker", - "version": "2.0.0", + "version": "3.0.0", "description": "generate massive amounts of fake nigerian data", "repository": "git@github.com:BolajiOlajide/ng-faker.git", "main": "dist/index.js",