Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 55c3b2c

Browse files
authored
Merge pull request #11 from integritystl/fix/bump-for-deps-update
Bump version after deps update
2 parents 4cf17a2 + 1b2d407 commit 55c3b2c

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ coverage/
3333

3434
# Sensitive configuration
3535
.cursor/mcp.json
36+
37+
*.tgz

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.2.1] - 2025-06-20
9+
10+
### Maintenance
11+
- Updated dependencies
12+
813
## [0.1.0] - 2023-05-31
914

1015
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-master-sync",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A bidirectional synchronization tool between TaskMaster AI and Monday.com with automatic item recreation",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)