chore(release): v1.10.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-17 08:08:35 +00:00
parent 77db3a3800
commit 059d86e3aa
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
# [1.9.0](https://github.com/antonbabenko/terraform-skill/compare/v1.0.0...v1.9.0) (2026-05-16)
# [1.10.0](https://github.com/antonbabenko/terraform-skill/compare/v1.0.0...v1.10.0) (2026-05-17)
### Bug Fixes
* Allow optional frontmatter fields in SKILL.md validation ([e4393cb](https://github.com/antonbabenko/terraform-skill/commit/e4393cbf953a821e459cca8acf54601509505c23)), closes [#21146856119](https://github.com/antonbabenko/terraform-skill/issues/21146856119)
* **changelog:** prevent regeneration from losing intermediate releases ([b81b57d](https://github.com/antonbabenko/terraform-skill/commit/b81b57d29b2f22aac457932360d335f5ba773758))
* restore release version source (dedicated version.json) ([77db3a3](https://github.com/antonbabenko/terraform-skill/commit/77db3a380005ce7dedbc50ffb37a2f341d86cab2))
* revert conventional-changelog-action to v5 due to tag detection bug ([9ba8215](https://github.com/antonbabenko/terraform-skill/commit/9ba821546f45ec7f7067686c870e0c284a53ea86))
+1 -1
View File
@@ -4,7 +4,7 @@ description: Use when writing, reviewing, or debugging Terraform/OpenTofu module
license: Apache-2.0
metadata:
author: Anton Babenko
version: 1.9.0
version: 1.10.0
---
# Terraform Skill for Claude
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.9.0"
"version": "1.10.0"
}