Skip to content

Commit 4951af9

Browse files
authored
Prepare release v1.2.0 (#57)
1 parent 6612fda commit 4951af9

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2026-06-29
11+
1012
### 🚀 Features
1113

1214
- Add caching to the `setup-node` action (#47)
@@ -17,8 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719

1820
- Fix typos discovered by codespell in Solr schema files (#40)
1921

22+
### 📝 Documentation
23+
24+
- Clarify Node.js version setup and commit conventions in CONTRIBUTING (#53)
25+
- Add `CHANGELOG.md` (#51)
26+
2027
### 🧰 Maintenance
2128

29+
- Refactor CI workflows for improved structure and security (#56)
30+
- Bump `actions/checkout` in the github-actions group (#55)
31+
- Add shellcheck, actionlint, and yamlfmt pre-commit hooks (#54)
32+
- Add mdformat pre-commit hook and reformat markdown (#52)
2233
- Update pre-commit hook versions (#50)
2334
- Add `.nvmrc` to pin Node version for contributors (#49)
2435
- Bump `actions/checkout` from 6.0.2 to 6.0.3 (#48)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-solr-action",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Setup Apache Solr in CI, create a core, and configure custom configsets",
55
"author": "Dhaval Gojiya <dhavalgojiya10@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)