Skip to content

Commit 7d1fa87

Browse files
authored
Merge pull request #4 from tanchu/release-please--branches--main--components--babel-plugin-react-source-string
chore(main): release 1.1.4
2 parents a312751 + a7fb295 commit 7d1fa87

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [1.1.4](https://github.com/tanchu/babel-plugin-react-source-string/compare/v1.1.3...v1.1.4) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update README ([a312751](https://github.com/tanchu/babel-plugin-react-source-string/commit/a3127516dff71762f88c464ade413b75c8d812a1))
9+
* update README ([a312751](https://github.com/tanchu/babel-plugin-react-source-string/commit/a3127516dff71762f88c464ade413b75c8d812a1))
10+
* update README ([eff6597](https://github.com/tanchu/babel-plugin-react-source-string/commit/eff65973ae045f782a0fc3ded3f7064b37db7614))
11+
* update README ([1a86333](https://github.com/tanchu/babel-plugin-react-source-string/commit/1a8633340a7fa2b9fac659c1526f3374060f32b0))
12+
* update README ([1a86333](https://github.com/tanchu/babel-plugin-react-source-string/commit/1a8633340a7fa2b9fac659c1526f3374060f32b0))
13+
* update README ([9bc7394](https://github.com/tanchu/babel-plugin-react-source-string/commit/9bc7394aa8c182bf24b1fd575eb1213b8366d92e))
14+
* update README ([e552175](https://github.com/tanchu/babel-plugin-react-source-string/commit/e5521758eed0fd5b5c8e838d4521c3e1f13abe83))
15+
* update README ([3e9b865](https://github.com/tanchu/babel-plugin-react-source-string/commit/3e9b865f4b294b08a449188f59ca415a3cdf7c79))
16+
* update README ([08cf2d4](https://github.com/tanchu/babel-plugin-react-source-string/commit/08cf2d44ae8de4a84706fc55ef996266bdf1cff4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-source-string",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "adds data-source attribute to html elements with react components source line of code",
55
"author": "Jaroslav Barov [email protected]",
66
"license": "MIT",

0 commit comments

Comments
 (0)