ci: add README to output

This commit is contained in:
Chen Asraf
2022-11-10 23:56:43 +02:00
parent 26a5c7f640
commit 20efe3d7d1
3 changed files with 16 additions and 2 deletions

11
CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# v0.1.2
- fix: documentation
# v0.1.1
- chore: code cleanups
# v0.1.0
- Initial release

View File

@@ -1,6 +1,6 @@
{
"name": "formplex-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "Incredibly easy & flexible React form hooks",
"keywords": [
"react",

View File

@@ -21,7 +21,10 @@ const config = {
// Add your plugins here
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
new CopyPlugin({
patterns: [{ from: 'package.json', to: '.' }],
patterns: [
{ from: 'package.json', to: '.' },
{ from: 'README.md', to: '.' },
],
}),
],
module: {