Skip to content

Commit

Permalink
fix: remove .razor executable permissions (#310)
Browse files Browse the repository at this point in the history
* fix: remove .razor executable permissions

* Remove executable permissions from .razor files changelog
  • Loading branch information
kieran-ryan authored Nov 5, 2024
1 parent 145fdd9 commit d2107f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt

## [Unreleased]

### Fixed

- [Python, JavaScript] Remove executable permissions from `.razor` files ([#310](https://github.com/cucumber/gherkin/pull/310))

## [30.0.0] - 2024-10-24
### Added
- [PHP, Java, Ruby, JavaScript] update dependency messages up to v26
Expand Down
Empty file modified javascript/gherkin-javascript.razor
100755 → 100644
Empty file.
Empty file modified python/gherkin-python.razor
100755 → 100644
Empty file.

0 comments on commit d2107f0

Please sign in to comment.