Skip to content

Commit

Permalink
bump 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Jul 31, 2021
1 parent 61d2bdd commit 7d0ab32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@ san.defineComponent({

### 1.2.4

- [feature] 增加 `router.push` 方法

- [feature] `router` 增加 `push` 方法
- [feature] 在 san 组件中通过 `this.$router` 可以访问 router 实例

- [fix] 修复 HashLocator 原型指向问题

### 1.2.3
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
parseURL: parseURL,
stringifyURL: stringifyURL,

version: '1.2.3'
version: '1.2.4'
};


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": "san-router",
"version": "1.2.3",
"version": "1.2.4",
"description": "Router for San",
"scripts": {
"pretest": "npm run build && http-server ./ &",
Expand Down

0 comments on commit 7d0ab32

Please sign in to comment.