Skip to content

Commit

Permalink
chore(main): Release 14.0.0 (#485)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 11, 2023
1 parent 194e505 commit 2f7a3ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [14.0.0](https://github.com/plexinc/papr/compare/v13.1.0...v14.0.0) (2023-07-11)


### ⚠ BREAKING CHANGES

* Node.js v14 is not supported.

### Features

* Allow const enums ([#497](https://github.com/plexinc/papr/issues/497)) ([194e505](https://github.com/plexinc/papr/commit/194e505ae0837fc53cc746330ca003f7a106e8a0))


### Code Refactoring

* Remove node.js v14 support ([#464](https://github.com/plexinc/papr/issues/464)) ([935b331](https://github.com/plexinc/papr/commit/935b33162aa41356779131182767630f8776b1c4))

## [13.1.0](https://github.com/plexinc/papr/compare/v13.0.0...v13.1.0) (2023-05-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "papr",
"description": "MongoDB TypeScript-aware Models",
"author": "Plex Inc.",
"version": "13.1.0",
"version": "14.0.0",
"keywords": [
"mongodb",
"database",
Expand Down

0 comments on commit 2f7a3ae

Please sign in to comment.