2 Commits

Author SHA1 Message Date
semantic-release-bot e1b3218ac2 chore(release): 1.0.2
## [1.0.2](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.1...v1.0.2) (2025-09-30)
2025-09-30 22:15:20 +00:00
didericis a277552d47 docs(README): fix test shield link 2025-09-30 18:14:18 -04:00
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
## [1.0.2](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.1...v1.0.2) (2025-09-30)
## [1.0.1](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.0...v1.0.1) (2025-09-30)
# 1.0.0 (2025-09-26)
+1 -1
View File
@@ -1,7 +1,7 @@
# bare-bundle-transform-plugin-babel
[![NPM Version](https://img.shields.io/npm/v/bare-bundle-transform-plugin-babel)](https://npmjs.com/package/bare-bundle-transform-plugin-babel)
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform-plugin-babel/actions/workflows/test.yml)
Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.28.4"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.2",
"description": "bare-bundle-transform plugin for applying babel transforms",
"main": "index.js",
"keywords": [