Skip to content

Commit d12e96a

Browse files
committed
build: bump version to 3.1.0
1 parent 46ccfef commit d12e96a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
## [3.1.0](https://github.com/cshaa/filtrex/releases/tag/v3.1.0)
44

55
- Change links to `github.com/m93a` to `github.com/cshaa` ([#62](https://github.com/cshaa/filtrex/pull/62))
6-
- Migrate from `yarn` to [`pnpm`](https://pnpm.io/)
7-
- Update dependencies
6+
- Quality of life improvements in the codebase
7+
- Migrate from `yarn` to [`pnpm`](https://pnpm.io/)
8+
- Update dependencies
9+
- Format everything using `prettier`
810

911
## [3.0.0](https://github.com/cshaa/filtrex/releases/tag/v3.0.0)
1012

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filtrex",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A simple, safe, JavaScript Filter Expression compiler for end-users",
55
"main": "dist/cjs/filtrex.js",
66
"types": "dist/esm/filtrex.d.ts",

0 commit comments

Comments
 (0)