Skip to content

Commit

Permalink
[ops] Bump package version to 12.7.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed May 1, 2024
1 parent 9d71052 commit d65324b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [12.7.0] - 2024-05-01
### Improved
- **dx**: Add jsdoc annotations for array/groupBy
- **perf**: Minor performance improvements (~5-10%) in array/groupBy (thanks [Xander Berkein](https://github.com/xanderberkein))

## [12.6.1] - 2024-04-30
### Fixed
- Maintenance release due to issue occurred during publish of 12.6.0

## [12.6.0] - 2024-04-30
### Added
- **feat**: array/groupBy, (suggested by [Xander Berkein](https://github.com/xanderberkein) eg:
- **feat**: array/groupBy, (suggested by [Xander Berkein](https://github.com/xanderberkein)) eg:
```typescript
/* Can use a function, the output of the function will be what the key is on the map */
const group = groupBy([
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valkyriestudios/utils",
"version": "12.6.1",
"version": "12.7.0",
"description": "A collection of single-function utilities for common tasks",
"author": {
"name": "Peter Vermeulen",
Expand Down

0 comments on commit d65324b

Please sign in to comment.