File tree Expand file tree Collapse file tree 7 files changed +29
-9
lines changed
Expand file tree Collapse file tree 7 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/cli" : " 6.0.1 " ,
3- "packages/builder" : " 6.0.1 " ,
4- "packages/core" : " 6.0.1 " ,
2+ "packages/cli" : " 6.0.2 " ,
3+ "packages/builder" : " 6.0.2 " ,
4+ "packages/core" : " 6.1.0 " ,
55 "packages/tar" : " 6.0.1"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### Dependencies
4+
5+ * The following workspace dependencies were updated
6+ * dependencies
7+ * @cotar/core bumped from ^6.0.1 to ^6.1.0
8+
39## [ 6.0.1] ( https://github.com/linz/cotar/compare/builder-v6.0.0...builder-v6.0.1 ) (2023-12-11)
410
511
Original file line number Diff line number Diff line change 11{
22 "name" : " @cotar/builder" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.0.2 " ,
44 "main" : " build/src/index.js" ,
55 "types" : " build/src/index.d.ts" ,
66 "scripts" : {
2222 },
2323 "license" : " MIT" ,
2424 "dependencies" : {
25- "@cotar/core" : " ^6.0.1 " ,
25+ "@cotar/core" : " ^6.1.0 " ,
2626 "@sindresorhus/fnv1a" : " ^3.0.0" ,
2727 "binparse" : " ^2.0.1"
2828 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @cotar/core bumped from ^6.0.1 to ^6.1.0
11+ * @cotar/builder bumped from ^6.0.1 to ^6.0.2
12+
613## [ 6.0.1] ( https://github.com/linz/cotar/compare/cli-v6.0.0...cli-v6.0.1 ) (2023-12-11)
714
815
Original file line number Diff line number Diff line change 11{
22 "name" : " @cotar/cli" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.0.2 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "repository" : {
2626 "dependencies" : {
2727 "@chunkd/fs" : " ^11.0.2" ,
2828 "@chunkd/source-file" : " ^11.0.0" ,
29- "@cotar/core" : " ^6.0.1 " ,
30- "@cotar/builder" : " ^6.0.1 " ,
29+ "@cotar/core" : " ^6.1.0 " ,
30+ "@cotar/builder" : " ^6.0.2 " ,
3131 "@cotar/tar" : " ^6.0.1" ,
3232 "binparse" : " ^2.0.1" ,
3333 "cmd-ts" : " ^0.13.0" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4444
4545
4646
47+ ## [ 6.1.0] ( https://github.com/linz/cotar/compare/core-v6.0.1...core-v6.1.0 ) (2024-04-22)
48+
49+
50+ ### Features
51+
52+ * ** core:** make it easier to create a cotar from tar and tar index ([ #542 ] ( https://github.com/linz/cotar/issues/542 ) ) ([ f0db02c] ( https://github.com/linz/cotar/commit/f0db02cfd6a854fbd5791244e4c51344ca6c7c2d ) )
53+
4754## [ 6.0.1] ( https://github.com/linz/cotar/compare/core-v6.0.0...core-v6.0.1 ) (2023-12-11)
4855
4956
Original file line number Diff line number Diff line change 11{
22 "name" : " @cotar/core" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.1.0 " ,
44 "main" : " build/src/index.js" ,
55 "types" : " build/src/index.d.ts" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments