mirror of
https://github.com/sern-handler/cli
synced 2026-07-05 14:09:40 +00:00
32 lines
629 B
Markdown
32 lines
629 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## 0.1.2 (2022-06-04)
|
|
|
|
The `extra` command was added. It basically helps developers to add things like Dockerfile to their projects with ease.
|
|
|
|
### Features
|
|
|
|
- `extra` command
|
|
|
|
## 0.1.1 (2022-06-02)
|
|
|
|
The `go-npm` package was replaced by one of its forks, `@gzuidhof/go-npm`.
|
|
|
|
`@gzuidhof/go-npm` has updated dependencies, and it uses `esbuild`, which is great.
|
|
|
|
### Changes
|
|
|
|
- Replace `go-npm` with `@gzuidhof/go-npm`.
|
|
|
|
## 0.1.0 (2022-06-02)
|
|
|
|
This is the CLI's initial release.
|
|
|
|
### Features
|
|
|
|
- `init` command
|
|
- `help` command
|
|
- `version` command
|