Skip to content

Commit

Permalink
Fix escaping in files when contains special characters (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaKav authored May 20, 2024
1 parent 825397d commit 38dc127
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
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

0 comments on commit 38dc127

Please sign in to comment.