Updated CHANGELOG.md

This commit is contained in:
netkas 2024-12-27 15:25:49 -05:00
parent 514d527923
commit 015f13bf12
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ 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).
## [1.1.2] - Ongoing
## [1.1.2] - 2024-12-27
This update introduces minor improvements

View file

@ -11,7 +11,7 @@ all: build
build:
ncc build --config=$(CONFIG) --log-level $(LOG_LEVEL)
install:
install: build
ncc package install --package=$(PACKAGE) --skip-dependencies --build-source --reinstall -y --log-level $(LOG_LEVEL)
clean: