Skip to content

Commit

Permalink
chore: release 2.1.0-next.1
Browse files Browse the repository at this point in the history
# [2.1.0-next.1](v2.0.0...v2.1.0-next.1) (2024-06-22)

### Features

* add biome instead of prettier and eslint ([#178](#178)) ([c8f64df](c8f64df))
  • Loading branch information
semantic-release-bot committed Jun 22, 2024
1 parent 8a19b62 commit bb9b7e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0-next.1](https://github.com/jorgebodega/typeorm-factory/compare/v2.0.0...v2.1.0-next.1) (2024-06-22)


### Features

* add biome instead of prettier and eslint ([#178](https://github.com/jorgebodega/typeorm-factory/issues/178)) ([c8f64df](https://github.com/jorgebodega/typeorm-factory/commit/c8f64df7e1f69ee8c0973baf7fe3acfea4403bcf))

# [2.0.0](https://github.com/jorgebodega/typeorm-factory/compare/v1.4.0...v2.0.0) (2024-03-18)


Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
"engines": {
"node": ">=18 <19 || >=20"
},
"keywords": ["typeorm", "factory", "entity", "orm"],
"keywords": [
"typeorm",
"factory",
"entity",
"orm"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@jorgebodega/typeorm-factory",
Expand Down Expand Up @@ -49,5 +54,5 @@
"typecheck": "tsc --noEmit"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
"version": "2.1.0-next.1"
}

0 comments on commit bb9b7e5

Please sign in to comment.