Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 21, 2024
2 parents 7289cfc + 32e4c3f commit 264ac4e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
run: bun install
- name: Release
run: bunx changelogen --release --push --${{ github.event.inputs.version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## v1.5.4

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.3...v1.5.4)

### 🚀 Enhancements

- Add plugin template, fix #37 ([#37](https://github.com/zAlweNy26/ts-cat/issues/37))

### 🩹 Fixes

- Fix docker compose ([6fa894c](https://github.com/zAlweNy26/ts-cat/commit/6fa894c))
- Improve plugin class ([7613684](https://github.com/zAlweNy26/ts-cat/commit/7613684))

### 🌊 Types

- Update executeHook method ([fcd7065](https://github.com/zAlweNy26/ts-cat/commit/fcd7065))

### 🏡 Chore

- Add pre-commit hooks and improve linting ([6b5ae1e](https://github.com/zAlweNy26/ts-cat/commit/6b5ae1e))
- Update dependencies ([7feb33b](https://github.com/zAlweNy26/ts-cat/commit/7feb33b))

### 🤖 CI

- Fix lockfile ([b6828bf](https://github.com/zAlweNy26/ts-cat/commit/b6828bf))
- Fix lockfile ([3d5a9f0](https://github.com/zAlweNy26/ts-cat/commit/3d5a9f0))
- Add permission to push commits ([d4af4c5](https://github.com/zAlweNy26/ts-cat/commit/d4af4c5))

### ❤️ Contributors

- Dany <zdanymc@gmail.com>

## v1.5.3

[compare changes](https://github.com/zAlweNy26/ts-cat/compare/v1.5.2...v1.5.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-cat",
"type": "module",
"version": "1.5.3",
"version": "1.5.4",
"private": true,
"description": "TypeScript version of the Cheshire Cat AI project",
"author": "zAlweNy26 & Contributors",
Expand Down

0 comments on commit 264ac4e

Please sign in to comment.