Skip to content

Commit

Permalink
chore(release): v1.0.0 🎉 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Nov 4, 2021
1 parent 014b8d6 commit 0f457e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 1.0.0 (2021-11-04)


### Features

* **build:** complete the buildArtifactContents logic ([880cd78](https://www.github.com/uladkasach/simple-artifact-builder/commit/880cd7833a55a283edef4d9b411704c8fb9efc0b))
* **commands:** add the zip command ([014b8d6](https://www.github.com/uladkasach/simple-artifact-builder/commit/014b8d6a520e7c7f01b64d8cac4a2d2a9a205644))
* **init:** initialize based on declapract project ([4182e9e](https://www.github.com/uladkasach/simple-artifact-builder/commit/4182e9e342a4e8c2a140b41f0d4d0ec441fbd05e))
* **report:** enable reporting on sizes of artifact contents ([9baa6a0](https://www.github.com/uladkasach/simple-artifact-builder/commit/9baa6a0b1724fcc425e3cb01a1ddc1dc3bf4b569))
* **zip:** enable zipping of artifact contents ([09adb16](https://www.github.com/uladkasach/simple-artifact-builder/commit/09adb1619d31e1bc609ca7580d6dfdda87c52577))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-artifact-builder",
"version": "0.0.1",
"version": "1.0.0",
"description": "A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit 0f457e4

Please sign in to comment.