Skip to content

Commit

Permalink
v0.15.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflee-figma committed Mar 14, 2024
1 parent 1d74e97 commit c330eaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

Any changes that haven't been included in a published version will be listed here.

- build: specify the package files
- fix: explicitly specify the "types" field in package.json
## 0.15.0

- package.json: restrict package files ([@andrii-bodnar](https://github.com/andrii-bodnar))
- package.json: explicitly specify the "types" field in package.json. This fixes incompatibilities with TypeScript 4 and/or Webpack. ([@andrii-bodnar](https://github.com/andrii-bodnar))

## 0.14.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma/eslint-plugin-figma-plugins",
"version": "0.14.0",
"version": "0.15.0",
"description": "typescript-eslint rules for Figma plugin development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c330eaf

Please sign in to comment.