Skip to content

Commit 6806108

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: [email protected] @repo/[email protected]
1 parent d0c3c48 commit 6806108

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

.changeset/gold-pianos-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# esbuild-raw-plugin
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d0c3c48: - Added support for custom loaders (loader option) to handle different file processing methods.
8+
- Introduced textExtensions option to specify extensions that should be treated as text files.
9+
- Improved documentation and clarified plugin usage.
10+
311
## 0.1.1
412

513
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-raw-plugin",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"description": "An ESBuild and TSUP plugin that allows importing files as raw text. Useful for loading code files in documentation, interactive demos, or tools like react-live.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/shared
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d0c3c48]
8+
9+
310
## 0.0.2
411

512
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shared",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)