From c330eaf969b8b7be975fa287404243fcab1ed535 Mon Sep 17 00:00:00 2001 From: Jeff Lee <137828044+jefflee-figma@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:32:26 -0700 Subject: [PATCH] v0.15.0 (#26) --- CHANGELOG.md | 6 ++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb3e87..5d0567e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index feadf06..e012907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@figma/eslint-plugin-figma-plugins", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@figma/eslint-plugin-figma-plugins", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "^6.13.2", diff --git a/package.json b/package.json index 33c49d3..4d42762 100644 --- a/package.json +++ b/package.json @@ -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",