Skip to content

Commit d8bc161

Browse files
committed
docs: update changelog for 1.0.3 and 1.0.4 releases
1 parent f36af90 commit d8bc161

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2026-05-01
9+
10+
### Added
11+
- Created a dedicated `docs/installation.md` page for better visibility of installation instructions and basic usage.
12+
13+
### Changed
14+
- Consolidated GitHub Actions workflows (`ci.yml`, `deploy.yml`, `publish.yml`) into a single, parallelized `ci.yml` pipeline.
15+
16+
### Fixed
17+
- Fixed NPM Provenance (OIDC) deployment issues by delegating authentication natively to `npm publish` and avoiding empty/legacy `NPM_TOKEN` collisions.
18+
- Resolved GitHub Pages `Environment protection rules` error preventing deployments triggered by tags.
19+
820
## [1.0.3] - 2026-05-01
921

1022
### Changed
23+
- **BREAKING**: Renamed package to scoped `@rodmarzavala/gt-utils-js`.
1124
- Removed emojis from documentation to improve technical formalism.
25+
- Configured automated NPM deployments using OpenID Connect (Trusted Publishers).
1226

1327
## [1.0.2] - 2026-05-01
1428

0 commit comments

Comments
 (0)