Skip to content

Commit aa4cece

Browse files
committedJun 14, 2024·
prettier
1 parent 4ca780d commit aa4cece

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: ci
1717
uses: craftcms/.github/.github/workflows/ci.yml@v3
1818
with:
19-
craft_version: '5'
19+
craft_version: "5"
2020
jobs: '["ecs", "phpstan", "prettier"]'
2121
notify_slack: true
2222
slack_subteam: <!subteam^S01CWPYH9D5>

‎.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/web/assets/stripecp/dist
2+
composer.lock
3+
README.md

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Release Notes for Stripe
22

33
## 1.0.1 - 2024-05-07
4+
45
- Fixed an error that could occur on the My Account page, due to a plugin conflict. ([#4](https://github.com/craftcms/stripe/issues/4))
56
- Fixed a SQL error that could occur on MariaDB. ([#5](https://github.com/craftcms/stripe/pull/5))
67

78
## 1.0.0 - 2024-04-30
9+
810
- Initial release

0 commit comments

Comments
 (0)
Please sign in to comment.