Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Oct 30, 2024
1 parent d205813 commit 5a6e3ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v3.7.0 `October 30, 2024`
* **[TASK]** update watch and upload cmd-s error handlers [`d205813`](https://github.com/Resultify/hubspot-cms-lib/commit/d205813) (dmh)
* **[TASK]** only accept module configuration that starts with (compile-) and ends with (module.js) [`30dfeb0`](https://github.com/Resultify/hubspot-cms-lib/commit/30dfeb0) (dmh)
* **[TASK]** add buildModule and uploadModule commands [`937961b`](https://github.com/Resultify/hubspot-cms-lib/commit/937961b) (dmh)
* **[TASK]** compile all fields.js partials with watch process [`020ef28`](https://github.com/Resultify/hubspot-cms-lib/commit/020ef28) (dmh)

***

### v3.6.0 `October 11, 2024`
* **[TASK]** update watch process with new chokidar pkg without globs [`31a36f6`](https://github.com/Resultify/hubspot-cms-lib/commit/31a36f6) (dmh)
* **[TASK]** add ciUpload cmd to uload files based on .cihsignore file [`618279a`](https://github.com/Resultify/hubspot-cms-lib/commit/618279a) (dmh)
Expand Down
4 changes: 2 additions & 2 deletions 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": "@resultify/hubspot-cms-lib",
"version": "3.6.0",
"version": "3.7.0",
"description": "Resultify HubSpot CMS lib",
"keywords": [
"hubspot",
Expand Down

0 comments on commit 5a6e3ff

Please sign in to comment.