diff --git a/CHANGELOG.md b/CHANGELOG.md index feeb58b..a2fa6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/eutiveumsonho/chiron/compare/v1.6.0...v1.7.0) (2023-12-18) + + +### Features + +* duplicate tag ([321fb71](https://github.com/eutiveumsonho/chiron/commit/321fb7134c9d14596dd44023c636ac7bf7dfc661)) + # [1.6.0](https://github.com/eutiveumsonho/chiron/compare/v1.5.0...v1.6.0) (2023-12-17) diff --git a/package.json b/package.json index 42d3d4c..f69bda7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chiron", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "dev": "concurrently -p [{name}] -n chiron,test-server -c bgMagenta,bgMagenta \"next dev\" \"wait-on tcp:3000 && bun run test\"",