Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: eslint-plugin-nestjs-tools 0.1.1
  • Loading branch information
getlarge committed Sep 13, 2024
1 parent 5146fd4 commit 91f878e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1 (2024-09-13)

This was a version bump only for eslint-plugin-nestjs-tools to align it with other projects, there were no code changes.

## 0.1.0 (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/eslint-plugin-nestjs-tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "ESLint rules for NestJS applications",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@getlarge/eslint-plugin-nestjs-tools": ["packages/eslint-plugin/src/index.ts"],
"@getlarge/nestjs-tools-amqp-transport": ["packages/amqp-transport/src/index.ts"],
"@getlarge/nestjs-tools-async-local-storage": ["packages/async-local-storage/src/index.ts"],
"@getlarge/nestjs-tools-cluster": ["packages/cluster/src/index.ts"],
"@getlarge/eslint-plugin-nestjs-tools": ["packages/eslint-plugin/src/index.ts"],
"@getlarge/nestjs-tools-fastify-upload": ["packages/fastify-upload/src/index.ts"],
"@getlarge/nestjs-tools-file-storage": ["packages/file-storage/src/index.ts"],
"@getlarge/nestjs-tools-lock": ["packages/lock/src/index.ts"],
Expand Down

0 comments on commit 91f878e

Please sign in to comment.