Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #358

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/cli": "5.4.2",
"packages/core": "5.4.0",
"packages/cli": "5.5.0",
"packages/core": "5.5.0",
"packages/tar": "5.4.1"
}
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.0](https://github.com/linz/cotar/compare/cli-v5.4.2...cli-v5.5.0) (2022-11-15)


### Features

* count the number of filled records in the hash table ([#357](https://github.com/linz/cotar/issues/357)) ([8b6e55b](https://github.com/linz/cotar/commit/8b6e55b93c85a8c432886fccc485d848b5be6977))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cotar/core bumped from ^5.4.0 to ^5.5.0

## [5.4.2](https://github.com/linz/cotar/compare/cli-v5.4.1...cli-v5.4.2) (2022-11-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "5.4.2",
"version": "5.5.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@chunkd/fs": "^10.0.0",
"@chunkd/source-file": "^10.0.0",
"@cotar/core": "^5.4.0",
"@cotar/core": "^5.5.0",
"@cotar/tar": "^5.4.1",
"binparse": "^2.0.1",
"cmd-ts": "^0.11.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [5.5.0](https://github.com/linz/cotar/compare/core-v5.4.0...core-v5.5.0) (2022-11-15)


### Features

* count the number of filled records in the hash table ([#357](https://github.com/linz/cotar/issues/357)) ([8b6e55b](https://github.com/linz/cotar/commit/8b6e55b93c85a8c432886fccc485d848b5be6977))

## [5.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29)

**Note:** Version bump only for package @cotar/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/core",
"version": "5.4.0",
"version": "5.5.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down