Skip to content

Commit

Permalink
🔖 Release package v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Sep 25, 2024
1 parent 2abb2cb commit f2d0f41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@


* 👷 Fix indentation in workflow file (2abb2cb)
* 👷 Fix typo in workflow file (122ebab)
* 👷 Initialize NPM config before creating release (9186af2)
* 🙈 Create `.npmignore` (ff65db0)
* ➕ Install `release-it-pnpm` (45ec962)
* 🙈 Create `.prettierignore` (0e1068a)
* 🎨 Fix Prettier formatting errors (d47a44f)
* ✨ Setup and configure `release-it` (3b2309d)

# create-docker-db

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-docker-db",
"version": "0.3.1",
"version": "0.3.2",
"description": "A CLI to easily create DBs for local development using Docker Compose",
"keywords": [
"database",
Expand Down

0 comments on commit f2d0f41

Please sign in to comment.