Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.0-alpha.3] - 2024-02-02

Bug Fixes

  • Solve some minor issues and update dependencies

[1.0.0-alpha.2] - 2023-12-03

Miscellaneous Tasks

  • Add .editorconfig file for consistent coding styles

[1.0.0-alpha.1] - 2023-11-01

Documentation

  • Create a README.md file for the project (#4)

Miscellaneous Tasks

  • Add bin field to package.json for global command

[1.0.0-alpha.0] - 2023-11-01

Features

  • Add Nounish app generation functionality

Documentation

  • Create a LICENSE file for the project (#1)
  • Add funding options in GitHub repo
  • Add structured templates for issues and feature requests

Miscellaneous Tasks

  • Add build and publish scripts to package.json file
  • Add Dependabot configuration for GitHub Actions and PNPM
  • Add GitHub stale bot configuration
  • Update test script to avoid execution error
  • Add GitHub Actions workflow for build, test, and release pipelines