Skip to content

Commit 5a6e3ff

Browse files
committed
3.7.0
1 parent d205813 commit 5a6e3ff

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v3.7.0 `October 30, 2024`
2+
* **[TASK]** update watch and upload cmd-s error handlers [`d205813`](https://github.com/Resultify/hubspot-cms-lib/commit/d205813) (dmh)
3+
* **[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)
4+
* **[TASK]** add buildModule and uploadModule commands [`937961b`](https://github.com/Resultify/hubspot-cms-lib/commit/937961b) (dmh)
5+
* **[TASK]** compile all fields.js partials with watch process [`020ef28`](https://github.com/Resultify/hubspot-cms-lib/commit/020ef28) (dmh)
6+
7+
***
8+
19
### v3.6.0 `October 11, 2024`
210
* **[TASK]** update watch process with new chokidar pkg without globs [`31a36f6`](https://github.com/Resultify/hubspot-cms-lib/commit/31a36f6) (dmh)
311
* **[TASK]** add ciUpload cmd to uload files based on .cihsignore file [`618279a`](https://github.com/Resultify/hubspot-cms-lib/commit/618279a) (dmh)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resultify/hubspot-cms-lib",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Resultify HubSpot CMS lib",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)