Skip to content

Commit c306551

Browse files
chore(release): bump version to 1.2.2
1 parent 0c854f0 commit c306551

File tree

2 files changed

+33
-58
lines changed

2 files changed

+33
-58
lines changed

CHANGELOG.md

Lines changed: 32 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,32 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
9-
10-
### Added
11-
- Comprehensive TypeScript type definitions
12-
- Automated changelog generation
13-
- Conventional commit message template
14-
- GitHub Pages workflow
15-
- SEO optimization files (sitemap.xml, robots.txt)
16-
- Detailed documentation (DOCUMENTATION.md, SEO_STRATEGY.md)
17-
- Configuration file (config.yml)
18-
- Release workflow with automatic GitHub releases
19-
20-
### Changed
21-
- Enhanced README with professional documentation
22-
- Improved action.yml with better parameters
23-
- Updated repository references to Devlander-Software organization
24-
25-
### Fixed
26-
- Repository name references in documentation
27-
- Action author field in action.yml
28-
29-
## [1.1.0] - 2024-01-15
30-
31-
### Added
32-
- Comprehensive TypeScript type definitions (`types/index.d.ts`)
33-
- Package.json with NPM package configuration
34-
- TypeScript configuration (tsconfig.json)
35-
- TypeScript documentation (types/README.md)
36-
- Build scripts for TypeScript compilation
37-
38-
### Changed
39-
- Enhanced package.json with development scripts
40-
- Added peer dependencies for GitHub Actions
41-
42-
## [1.0.0] - 2024-01-15
43-
44-
### Added
45-
- Initial GitHub Action for auto-labeling issues
46-
- Issue template creation
47-
- Label creation with emoji-based design
48-
- Story point detection
49-
- File-based labeling for PRs
50-
- Rate limiting and error handling
51-
- Comprehensive workflow file
52-
- Basic README documentation
53-
- Action.yml configuration
54-
55-
---
56-
57-
Generated by [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog).
1+
## [1.2.2](https://github.com/Devlander-Software/issue-labler/compare/v1.3.0...v1.2.2) (2025-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve stable ID script issues ([0e64af8](https://github.com/Devlander-Software/issue-labler/commit/0e64af882bb7f71ff8ab7e9b4d835171b26f7161))
7+
8+
9+
### Features
10+
11+
* add landing page and docs for GitHub Pages, fix bash test regex, update .gitignore ([43e8034](https://github.com/Devlander-Software/issue-labler/commit/43e8034f9f03eccd45970b470584d93d4a033c13))
12+
* regenerate issue templates with latest configuration ([0c854f0](https://github.com/Devlander-Software/issue-labler/commit/0c854f00610eb37b8f1af53517ba2c8a6f2b3ca7))
13+
* **release:** add automated release script with version management ([809c4f7](https://github.com/Devlander-Software/issue-labler/commit/809c4f712694b18ffa7290025d861bcf9d9079ab))
14+
15+
16+
17+
# [1.3.0](https://github.com/Devlander-Software/issue-labler/compare/v1.2.0...v1.3.0) (2025-07-12)
18+
19+
20+
21+
# [1.2.0](https://github.com/Devlander-Software/issue-labler/compare/v1.1.0...v1.2.0) (2025-07-12)
22+
23+
24+
25+
# [1.1.0](https://github.com/Devlander-Software/issue-labler/compare/0.0.1-alpha...v1.1.0) (2025-07-12)
26+
27+
28+
29+
## 0.0.1-alpha (2024-09-18)
30+
31+
32+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devlander-software/issue-labler",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "TypeScript definitions for GitHub Auto-Label Issues & Templates Action",
55
"main": "types/index.d.ts",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)