bsmnt 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @basementstudio/cli
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#27](https://github.com/basementstudio/basement-cli/pull/27) [`3c4844f`](https://github.com/basementstudio/basement-cli/commit/3c4844f4e8de13a7618e655badc9be96a39bd059) Thanks [@valebearzotti](https://github.com/valebearzotti)! - Test changeset to validate the release PR and publish workflow flow after 0.0.1.
8
+
9
+ ## 0.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#24](https://github.com/basementstudio/basement-cli/pull/24) [`378fa57`](https://github.com/basementstudio/basement-cli/commit/378fa579a5b4ee1ad5364090fff10d7fb3acecd6) Thanks [@valebearzotti](https://github.com/valebearzotti)! - Rename package to bsmnt and trigger first patch release to 0.0.1.
14
+
15
+ ## 0.2.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [#22](https://github.com/basementstudio/basement-cli/pull/22) [`56ab8fe`](https://github.com/basementstudio/basement-cli/commit/56ab8fe4e1bbbfb014887719ba308af26e1a7c1c) Thanks [@valebearzotti](https://github.com/valebearzotti)! - Test changeset to trigger automated patch version bump flow.
20
+
3
21
  ## 0.2.2
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsmnt",
3
- "version": "0.0.0",
3
+ "version": "0.0.2",
4
4
  "description": "CLI to scaffold basement projects and add integrations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,5 +0,0 @@
1
- ---
2
- "bsmnt": patch
3
- ---
4
-
5
- Rename package to bsmnt and trigger first patch release to 0.0.1.