Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix escaping in files when contains special characters #72

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog of gitstream-github-action

## [gitstream-github-action v2.0.3](https://github.com/linear-b/gitstream-github-action/tree/v2.0.3)

**Release Date:** 2024-05-20

### Changes

- Fix escaping in files when contains special characters

## [gitstream-github-action v2.0.2](https://github.com/linear-b/gitstream-github-action/tree/v2.0.2)

**Release Date:** 2024-05-16
Expand All @@ -8,7 +16,6 @@

- Fix escaping in `config.ignore_files`


## [gitstream-github-action v2.0.1](https://github.com/linear-b/gitstream-github-action/tree/v2.0.1)

**Release Date:** 2024-05-13
Expand All @@ -17,7 +24,6 @@

- Install external dependencies to support custom plugins


## [gitstream-github-action v2](https://github.com/linear-b/gitstream-github-action/tree/v2)

**Release Date:** 2024-05-13
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@linearb/gitstream-core": "1.3.145"
"@linearb/gitstream-core": "1.3.147"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down