Skip to content

Commit

Permalink
Add MAJOR CHANGELOG entry for mongo upgrade & upgrade peer deps for m…
Browse files Browse the repository at this point in the history
…ongo & tokenizer.
  • Loading branch information
aljones15 committed Jan 9, 2023
1 parent 322df35 commit 12cb8a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# bedrock-tokenization ChangeLog

## 16.0.0 -

### Changed
- **BREAKING**: Upgrade to `@bedrock/mongodb: ^11` & `@bedrock/tokenizer: ^10`.
- **BREAKING**: Change use of results to reflect Node MongoDB Driver 4.

### Removed
- Remove deprecated MongoDB index `background`.


## 15.0.1 - 2022-08-14

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@bedrock/core": "^6.0.1",
"@bedrock/did-io": "^9.0.1",
"@bedrock/https-agent": "^4.0.0",
"@bedrock/mongodb": "^10.0.0",
"@bedrock/tokenizer": "^9.0.1"
"@bedrock/mongodb": "^11.0.0",
"@bedrock/tokenizer": "^10.0.0"
},
"devDependencies": {
"eslint": "^8.18.0",
Expand Down

0 comments on commit 12cb8a0

Please sign in to comment.