Skip to content

Commit

Permalink
Add an empty CHANGELOG.md (#11)
Browse files Browse the repository at this point in the history
* Add an empty CHANGELOG.md

* Add some changes on CHANGELOG.md

* Do updates to CHANGELOG file
  • Loading branch information
megatux authored Nov 7, 2023
1 parent 631a226 commit 6075b96
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added CHANGELOG.md (#10)
- Added importmap support (#9)

## [0.2.0] - 2023-10-07

### Changed

- Update HTMX lib to 1.9.2 (#4)
- Update GH actions build

## [0.1.0] - 2021-01-11

### Added

- Introduce installation generator (support for Sprokets and Webpacker)
- Simple example on README usage section

## [0.0.0] - 2020-12-11

### Added

- Initial release

0 comments on commit 6075b96

Please sign in to comment.