Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set
package.json
to 1.0.0 [skip ci]
# 1.0.0 (2023-05-25) ### Bug Fixes * @types/* resolution ([216a4af](216a4af)) * add ESM loader ([c861ce0](c861ce0)) * auto loader patch with cjs ([ed524c8](ed524c8)) * disable default libs in repo tsconfig.json ([cb58392](cb58392)) * react component generator example ([0574c70](0574c70)) * set global repo path to ~/.config/auto and add note about local repos ([1072316](1072316)) ### Features * add fetch global ([2224b6e](2224b6e)) * add local repository support (./auto, ./.auto) ([c51146b](c51146b)) * auto-setup tsconfig.json for user in repository ([0424d9d](0424d9d)) * boostrap auto/globals ([aabe2ad](aabe2ad)) * change auto-generated tsconfig.json to default to react-jsx ([6978a31](6978a31)) * configurable repository path (~/.config/auto and env) ([6d01e5c](6d01e5c)) * dynamic template loading ([4aae631](4aae631)) * file abstraction, templating, type rework, dynamic default param values ([d8558bc](d8558bc)) * global utilities ([63caf8e](63caf8e)) * override "auto" imports using a custom loader ([601f8e2](601f8e2)) * prompt wrapper ([7b589f1](7b589f1)) * repl - enable term mode and add history support ([0c3e65a](0c3e65a)) * repl and more global utilities ([7aeae9a](7aeae9a)) * replace generate({ substitute }) with global mustache ([c62e031](c62e031)) * **setup:** configure semantic-release and setup release action ([f5a48ff](f5a48ff)) * use a symbol to filter valid modules and discard errored imports ([ff05205](ff05205))
- Loading branch information