Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 5, 2025
1 parent 436464f commit 6d5b30c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
node: [22]
os: [ubuntu-22.04]
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongo }}
name: TypeScript Test
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.0 / 2025-01-04
==================
* types: add VirtualsForModel helper to make it easier to set the correct type overrides for lean()

1.0.0 / 2024-09-03
==================
* BREAKING CHANGE: test on node v16+, drop support for Node v14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-lean-virtuals",
"version": "1.0.0",
"version": "1.1.0",
"description": "Attach virtuals to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6d5b30c

Please sign in to comment.