Skip to content

Commit

Permalink
Merge pull request #2 from justgeek/development
Browse files Browse the repository at this point in the history
[1.1.1] fix getters file unnecessary extension
  • Loading branch information
justgeek authored Apr 4, 2020
2 parents d611194 + 38d1ce2 commit be7d6db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Release] 1.1.1
### Fixed
- Remove unnecessary store file import extension to avoid TSLint warnings

## [Release] 1.1.0
### Added
- Specify destination folder is now possible with `--dest <destination path>` option
Expand Down
2 changes: 1 addition & 1 deletion lib/blueprints/component/temp.getters.extension
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { {{name | PascalCase}}State } from './{{ name }}.store.{{ filesType.script }}';
import { {{name | PascalCase}}State } from './{{ name }}.store';

export const {{name | camelCase}}Getters = {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-generate-component-x",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vue js component generator. Supports creating files for vuex store, and actions",
"main": "lib/vgc.js",
"homepage": "https://github.com/justgeek/vue-generate-component",
Expand Down

0 comments on commit be7d6db

Please sign in to comment.