Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2024-08-15)

### Bug Fixes

* generate URL pathnames on Windows hosts ([#5](#5)) ([0f37c07](0f37c07))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent 0f37c07 commit f46c99d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/eik-lib/sink-memory/compare/v1.1.1...v1.1.2) (2024-08-15)


### Bug Fixes

* generate URL pathnames on Windows hosts ([#5](https://github.com/eik-lib/sink-memory/issues/5)) ([0f37c07](https://github.com/eik-lib/sink-memory/commit/0f37c072b798611e97e911f37b74b25a4a08e744))

## [1.1.1](https://github.com/eik-lib/sink-memory/compare/v1.1.0...v1.1.1) (2024-07-29)


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": "@eik/sink-memory",
"version": "1.1.1",
"version": "1.1.2",
"description": "In-memory sink designed for tests.",
"main": "lib/main.js",
"types": "types/main.d.ts",
Expand Down

0 comments on commit f46c99d

Please sign in to comment.