Skip to content

Commit

Permalink
chore(main): release 0.1.7 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 4, 2024
1 parent 798b5e8 commit 1ae736a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.7](https://github.com/ngregrichardson/linxz/compare/v0.1.6...v0.1.7) (2024-05-04)


### Bug Fixes

* **deploy:** split release into two jobs to use different access tokens for PRs and releases ([61e976f](https://github.com/ngregrichardson/linxz/commit/61e976f69d349b8a99d4ed77e6648d7e089474c8))
* **deploy:** swap tokens between PR and release ([798b5e8](https://github.com/ngregrichardson/linxz/commit/798b5e82a3f44ee9fe0b6ca6a9f2d14fb4958cca))
* **deploy:** switch to using PAT to create releases to trigger future workflows properly ([afa96df](https://github.com/ngregrichardson/linxz/commit/afa96df4bfe6a91a5e09c7f1b9db0a05e78848c1))

## [0.1.6](https://github.com/ngregrichardson/linxz/compare/v0.1.5...v0.1.6) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linxz",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 1ae736a

Please sign in to comment.