diff --git a/.gitignore b/.gitignore index 4992813..9731878 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ coverage/ # Sensitive configuration .cursor/mcp.json + +*.tgz diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc4968..7a92cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2025-06-20 + +### Maintenance +- Updated dependencies + ## [0.1.0] - 2023-05-31 ### Added diff --git a/package.json b/package.json index 8874f70..0862f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-sync", - "version": "0.2.0", + "version": "0.2.1", "description": "A bidirectional synchronization tool between TaskMaster AI and Monday.com with automatic item recreation", "main": "src/index.js", "bin": {