Skip to content

Commit

Permalink
Version bump to release, generating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 16, 2024
1 parent 7d0955c commit 168a67d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 27 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [15.0.2](https://github.com/avoidwork/haro/compare/15.0.2...15.0.2)
#### [15.1.0](https://github.com/avoidwork/haro/compare/15.0.2...15.1.0)

- Refactoring utility functions into class functions [`#76`](https://github.com/avoidwork/haro/pull/76)
- Bump eslint from 9.4.0 to 9.5.0 [`#75`](https://github.com/avoidwork/haro/pull/75)
- Bump @eslint/js from 9.4.0 to 9.5.0 [`#74`](https://github.com/avoidwork/haro/pull/74)
- Generating CHANGELOG.md [`4c45061`](https://github.com/avoidwork/haro/commit/4c45061c1cecd5bd63e57a72ba71b6f50e85d420)

#### [15.0.2](https://github.com/avoidwork/haro/compare/15.0.1...15.0.2)

Expand All @@ -25,7 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Updating build [`#73`](https://github.com/avoidwork/haro/pull/73)
- Removing issues [`21ccad7`](https://github.com/avoidwork/haro/commit/21ccad7676a7f1e2f2490fc6bc7b9d48f657821a)
- Updating build tools, adding constants.js, updating uuid.js, setting 'this.key' if not on the record [`646e655`](https://github.com/avoidwork/haro/commit/646e6553f38d41aa24118b560ab207e4d737cd47)
- Updating build tools, adding constants.js, updating utils.js, setting 'this.key' if not on the record [`646e655`](https://github.com/avoidwork/haro/commit/646e6553f38d41aa24118b560ab207e4d737cd47)
- Building outputs [`9980d75`](https://github.com/avoidwork/haro/commit/9980d7590337b83f03d2759a995768b737ee9d71)

#### [14.0.1](https://github.com/avoidwork/haro/compare/14.0.0...14.0.1)
Expand Down
2 changes: 1 addition & 1 deletion dist/haro.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 15.0.2
* @version 15.1.0
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/haro.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 15.0.2
* @version 15.1.0
*/
const STRING_COMMA = ",";
const STRING_EMPTY = "";
Expand Down
2 changes: 1 addition & 1 deletion dist/haro.min.js

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

2 changes: 1 addition & 1 deletion dist/haro.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 15.0.2
* @version 15.1.0
*/
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.lru={}));})(this,(function(exports){'use strict';const STRING_COMMA = ",";
const STRING_EMPTY = "";
Expand Down
2 changes: 1 addition & 1 deletion dist/haro.umd.min.js

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

21 changes: 2 additions & 19 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": "haro",
"version": "15.0.2",
"version": "15.1.0",
"description": "Haro is a modern immutable DataStore",
"type": "module",
"types": "types/haro.d.ts",
Expand Down

0 comments on commit 168a67d

Please sign in to comment.