Skip to content

Commit

Permalink
Merge pull request #51 from arclix/version/0.1.1
Browse files Browse the repository at this point in the history
chore(release)!: release v0.1.1
  • Loading branch information
jitiendran authored Mar 29, 2023
2 parents 0b12aaa + 54febc8 commit 4fef45f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>0.1.1 (29-03-2023)</small>

- test(config): add tests for generate config feature (#43) by @jitiendran in https://github.com/arclix/core/pull/44
- chore(readme): update node.js link and remove public/img folder (#45, #46) by @jitiendran in https://github.com/arclix/core/pull/47
- feat(config): create a command to generate config file (#48) by @jitiendran in https://github.com/arclix/core/pull/50

## <small>0.1.0 (24-03-2023)</small>

- chore(commit): add commit lint to project (#29) by @jitiendran in https://github.com/arclix/core/pull/30
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/arclix/core.git"
},
"version": "0.1.0",
"version": "0.1.1",
"description": "An Open Source CLI with Creation and Component Generation for React.",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { OptionValues, program } from "commander";
import { Command, AliasCommand } from "./types/enum.js";
import { log, emptyLine, primaryChalk, spinner } from "./utilities/utility.js";

const version = "ARCLIX v0.1.0";
const version = "ARCLIX v0.1.1";
const createProjectInstance = CreateProject.getInstance();
const generateComponentInstance = GenerateComponent.getInstance();
const generateConfigFileInstance = GenerateConfigFile.getInstance();
Expand Down

0 comments on commit 4fef45f

Please sign in to comment.