Skip to content

Commit 559531e

Browse files
chore(develop): release 1.6.1 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd83c4c commit 559531e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.1](https://github.com/The24thDS/rmg-utils/compare/v1.6.0...v1.6.1) (2024-07-28)
6+
7+
8+
### Bug Fixes
9+
10+
* fixed and migrated analytics to mongodb ([#20](https://github.com/The24thDS/rmg-utils/issues/20)) ([fd83c4c](https://github.com/The24thDS/rmg-utils/commit/fd83c4c0f36cbcd55483e25dabfdc5c987a6a593))
11+
512
## [1.6.0](https://github.com/The24thDS/rmg-utils/compare/v1.5.2...v1.6.0) (2023-10-03)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rmg-utils",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)