Skip to content

Commit

Permalink
Merge branch 'release/4.0.2' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 9, 2023
2 parents ed241c5 + 3750fa4 commit 823419b
Show file tree
Hide file tree
Showing 37 changed files with 5,211 additions and 2,555 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Instant Analytics Changelog

## 4.0.2 - 2023.01.08
### Changed
* Updated the docs to use Vitepress `^1.0.0-alpha.29`
* Updated the buildchain to use Vite `^4.0.0`

### Fixed
* Fixed an issue where eager loaded categories on Commerce products wouldn't appear in analytics ([#58](https://github.com/nystudio107/craft-instantanalytics/issues/58))

## 4.0.1 - 2022.09.21
### Fixed
* Fixed an exception that could be thrown if IA's settings in the CP were not filled in ([#73](https://github.com/nystudio107/craft-instantanalytics/issues/73))
Expand Down
2 changes: 1 addition & 1 deletion buildchain/Makefile
Expand Up @@ -37,7 +37,7 @@ clean:
# Run the passed in npm command
npm: docker
${DOCKERRUN} \
$(filter-out $@,$(MAKECMDGOALS))
$(filter-out $@,$(MAKECMDGOALS)) $(MAKEFLAGS)
%:
@:
# ref: https://stackoverflow.com/questions/6273608/how-to-pass-argument-to-makefile-from-command-line

0 comments on commit 823419b

Please sign in to comment.