Skip to content

Latest commit

Β 

History

History
60 lines (34 loc) Β· 2.61 KB

File metadata and controls

60 lines (34 loc) Β· 2.61 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2026-01-07)

πŸ‘· CI/CD

  • release: generate enhanced GitHub release notes (f283255)

1.1.0 (2026-01-06)

✨ Features

1.0.3 (2025-12-24)

πŸ”§ Chores

  • optimize deployment to trigger only on version tags (5412f37)

1.0.2 (2025-12-23)

πŸ‘· CI/CD

  • update CI workflows to run only on PRs to main and remove dev references (c254400)

πŸ”§ Chores

  • add standard-version for automated releases (a93750f)

πŸ› Bug Fixes

  • remove incorrect conditional from build step (b7e5923)

1.0.0 (2024-12-22)

✨ Features

  • ci: implement Docker CI/CD pipeline
  • ci: add automated deployment to Render
  • docker: dockerize Angular application with multi-stage builds
  • docker: add docker-compose for local development
  • config: setup branch protection rules

πŸ“š Documentation

  • add comprehensive README with Docker and CI/CD guides
  • create setup instructions for new developers

πŸ”¨ Build System

  • configure GitHub Actions workflows
  • setup ESLint and Prettier
  • add Husky pre-commit hooks

This is the initial production release with full CI/CD automation.