Skip to content

Commit

Permalink
v4.0.1 (#319)
Browse files Browse the repository at this point in the history
* v4.0.1

* Changelog updated

* Skipping temporary server errored tests
  • Loading branch information
MrRefactoring authored Jun 21, 2024
1 parent 4220e51 commit 0d76aad
Show file tree
Hide file tree
Showing 6 changed files with 769 additions and 252 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ jobs:
- name: Parse Changelog Entry
run: |
CHANGELOG_CONTENT=$(awk '/^### [0-9]+\.[0-9]+\.[0-9]+/ {if (p) exit; p=1} p' CHANGELOG.md)
# Sanitize changelog content
CHANGELOG_CONTENT=$(echo "$CHANGELOG_CONTENT" | sed ':a;N;$!ba;s/\r//g; s/\n/\\n/g')
echo "CHANGELOG=$CHANGELOG_CONTENT" >> $GITHUB_ENV
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Jira.js changelog

### 4.0.1

- Vulnerabilities fixes

### 4.0.0

- [**#309**](https://github.com/MrRefactoring/jira.js/pull/309) - Added rate limiting headers. Thanks to [Chalenge Masekera](https://github.com/chalenge).
Expand Down
Loading

0 comments on commit 0d76aad

Please sign in to comment.