chore: release main (#596)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-22 14:21:19 -07:00
committed by GitHub
parent 5eb62a7d0e
commit 7e83755acb
11 changed files with 101 additions and 11 deletions

View File

@@ -1,9 +1,15 @@
{
"name": "coding-tutor",
"version": "1.2.1",
"version": "1.3.0",
"description": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"author": {
"name": "Nityesh Agarwal"
},
"keywords": ["coding", "programming", "tutorial", "learning", "spaced-repetition"]
"keywords": [
"coding",
"programming",
"tutorial",
"learning",
"spaced-repetition"
]
}

View File

@@ -1,6 +1,6 @@
{
"name": "coding-tutor",
"version": "1.2.1",
"version": "1.3.0",
"description": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"author": {
"name": "Nityesh Agarwal"

View File

@@ -1,7 +1,7 @@
{
"name": "coding-tutor",
"displayName": "Coding Tutor",
"version": "1.2.1",
"version": "1.3.0",
"description": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"author": {
"name": "Nityesh Agarwal"

View File

@@ -0,0 +1,8 @@
# Changelog
## [1.3.0](https://github.com/EveryInc/compound-engineering-plugin/compare/coding-tutor-v1.2.1...coding-tutor-v1.3.0) (2026-04-22)
### Features
* **codex:** native plugin install manifests + agents-only converter ([#616](https://github.com/EveryInc/compound-engineering-plugin/issues/616)) ([3ed4a4f](https://github.com/EveryInc/compound-engineering-plugin/commit/3ed4a4fa0f6f4d08144ae7598af391b4f070b649))