Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 1, 2019
1 parent dfd76e0 commit 20d813d
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 210 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"amd": true,
"commonjs": true
},
"extends": "eslint:recommended",
"extends": [
"eslint:recommended",
"prettier"
],
"parserOptions": {
"sourceType": "module"
},
Expand Down
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
.npmignore
.eslintrc.json
.travis.yml
index.html
index.html
prettier.config.js
CHANGELOG.md
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.1.1 (1 Sep 2019)

* fix: remove settings when destroyed
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 liriliri
Copyright (c) 2017-present liriliri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 20d813d

Please sign in to comment.