Skip to content

Commit e7c2ada

Browse files
update changelog
1 parent ccb1f44 commit e7c2ada

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.2] - 2024-01-15
9+
10+
### Fixed
11+
12+
- **404 Error Fix**: Removed GitHub Discussions links that were causing 404 errors
13+
- **Support Channel Improvements**: Updated all documentation to use working support channels
14+
- **Alternative Support**: Added NPM package page as alternative support channel
15+
16+
### Changed
17+
18+
- Updated issue templates to remove Discussions references
19+
- Enhanced README.md with working support links
20+
- Updated GitHub Actions workflow with alternative support channels
21+
- Replaced `npm run discussions` with `npm run npm` for NPM package access
22+
- Added ENABLE_DISCUSSIONS.md guide for manual setup
23+
24+
### Added
25+
26+
- **ENABLE_DISCUSSIONS.md**: Guide for manually enabling GitHub Discussions
27+
- **NPM Package Links**: Direct links to NPM package for reviews and feedback
28+
- **Improved Support Flow**: Better guidance for users seeking help
29+
830
## [0.3.1] - 2024-01-15
931

1032
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-pipeline-kit",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A feature-rich MongoDB pipeline builder kit for creating, reusing, and managing aggregation pipelines with enhanced JSON support and advanced utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)