diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b71e4..a176024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.2.5 (2023-10-13) + +- Align `findDepPkgJsonPath` implementation with Vite +- Allow Vite 5 peer dependency + ## 0.2.4 (2022-12-17) - Fix `findDepPkgJsonPath` usage in Windows mapped network drives diff --git a/LICENSE b/LICENSE index 1a9f877..d81536e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Bjorn and Dominik +Copyright (c) 2023 Bjorn and Dominik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 7eac797..4fe697c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vitefu", "description": "Utilities for building frameworks with Vite", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "type": "module", "types": "./index.d.ts",