mirror of
https://github.com/chenasraf/formplex-react.git
synced 2026-05-17 17:48:11 +00:00
ci: add README to output
This commit is contained in:
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# v0.1.2
|
||||
|
||||
- fix: documentation
|
||||
|
||||
# v0.1.1
|
||||
|
||||
- chore: code cleanups
|
||||
|
||||
# v0.1.0
|
||||
|
||||
- Initial release
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "formplex-react",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Incredibly easy & flexible React form hooks",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user