diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a05ab..edf35f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/eik-lib/node-client/compare/v1.2.0...v1.2.1) (2024-10-16) + + +### Bug Fixes + +* slugify image type ([#207](https://github.com/eik-lib/node-client/issues/207)) ([c0ed5e7](https://github.com/eik-lib/node-client/commit/c0ed5e787119657fa83647256a5f6179ccd24389)) + # [1.2.0](https://github.com/eik-lib/node-client/compare/v1.1.64...v1.2.0) (2024-10-15) diff --git a/package.json b/package.json index 0a3cf8c..15ae447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/node-client", - "version": "1.2.0", + "version": "1.2.1", "description": "Utilities for working with assets and import maps on an Eik server", "type": "module", "main": "./dist/index.cjs",