Skip to content

Commit ced55c3

Browse files
committed
1.0.0
1 parent d3332af commit ced55c3

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### v1.0.0 `July 18, 2024`
2+
* **[DOC]** update readme file [`d3332af`](https://github.com/Resultify/rh-cli/commit/d3332af) (dmh)
3+
* **[TASK]** add git clone and addDotEnvFile fn-s, use it with rh init cmd [`b10baa9`](https://github.com/Resultify/rh-cli/commit/b10baa9) (dmh)
4+
* **[TASK]** add package-lock.json to initial commit when to use rh init cmd [`b185bb8`](https://github.com/Resultify/rh-cli/commit/b185bb8) (dmh)
5+
* **[TASK]** update npm deps, update hubspot-cms-lib to v3.4.3 [`c77eaad`](https://github.com/Resultify/rh-cli/commit/c77eaad) (dmh)
6+
* **[FEATURE]** check if node_modules exists and install missing packages if needed in CWD [`cacc4b9`](https://github.com/Resultify/rh-cli/commit/cacc4b9) (dmh)
7+
* **[FEATURE]** add browsers cmd to show browserslist info to the cli [`a72f93f`](https://github.com/Resultify/rh-cli/commit/a72f93f) (dmh)
8+
* **[TASK]** declare fake modules for @resultify/hubspot-cms-lib [`cafa378`](https://github.com/Resultify/rh-cli/commit/cafa378) (dmh)
9+
* **[TASK]** update @resultify/hubspot-cms-lib to v3.4.1 [`813b5e0`](https://github.com/Resultify/rh-cli/commit/813b5e0) (dmh)
10+
* **[TASK]** update reference for js types [`287fa63`](https://github.com/Resultify/rh-cli/commit/287fa63) (dmh)
11+
* **[TASK]** rh local init with master default branch, add new lines with new git commit [`4fcf1c1`](https://github.com/Resultify/rh-cli/commit/4fcf1c1) (dmh)
12+
* **[TASK]** add option to init local repo from template [`97e055e`](https://github.com/Resultify/rh-cli/commit/97e055e) (dmh)
13+
* **[TASK]** add possibility to add github repo secrets [`15f2489`](https://github.com/Resultify/rh-cli/commit/15f2489) (dmh)
14+
* **[TASK]** add verbose mode, add simple debug output option, support .env.root [`15879c4`](https://github.com/Resultify/rh-cli/commit/15879c4) (dmh)
15+
* **[TASK]** update branch protection rules for init cmd, ask if repo private [`06561ba`](https://github.com/Resultify/rh-cli/commit/06561ba) (dmh)
16+
* **[TEST]** update github actions test [`4599e36`](https://github.com/Resultify/rh-cli/commit/4599e36) (dmh)
17+
* **[TASK]** update npm deps [`ee412be`](https://github.com/Resultify/rh-cli/commit/ee412be) (dmh)
18+
* **[TASK]** update @resultify/hubspot-cms-lib and other npm deps [`d830fa9`](https://github.com/Resultify/rh-cli/commit/d830fa9) (dmh)
19+
* **[FEATURE]** add init Github repo from template command [`7388d3d`](https://github.com/Resultify/rh-cli/commit/7388d3d) (dmh)
20+
* **[TASK]** code refactoring (#1) [`d839513`](https://github.com/Resultify/rh-cli/commit/d839513) (Dmytro Hrynevych)
21+
* **[TASK]** update deps, refactor [`38d2f40`](https://github.com/Resultify/rh-cli/commit/38d2f40) (dmh)
22+
23+
***
24+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resultify/rh-cli",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Resultify HubSpot CMS CLI",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)