Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Nov 8, 2021
1 parent edbe0a2 commit cda2958
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.1](https://github.com/simwrapper/simwrapper/compare/v1.0.0...v1.0.1) (2021-11-08)

* Fix Stacked Bar Chart [edbe0a2](https://github.com/simwrapper/simwrapper/commit/edbe0a205a87fde1b23ab118d384804dec5c98e9))

## 1.0.0 (2021-11-03)

We are starting to use "semantic versioning" now, so we can track builds since our number of users is increasing.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simwrapper",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -9,8 +9,7 @@
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"bumpversion": "standard-version",
"deploy": "bash scripts/deploy-ghpages.sh matsim-vsp/simwrapper",
"deploy-asim": "bash scripts/deploy-ghpages.sh simwrapper/activitysim"
"deploy": "bash scripts/deploy-ghpages.sh matsim-vsp/simwrapper"
},
"dependencies": {
"@aftersim/pako": "^1.0.11-3",
Expand Down Expand Up @@ -143,7 +142,7 @@
"raw-loader": "^4.0.0",
"sass": "^1.32.11",
"sass-loader": "^8.0.2",
"standard-version": "^9.0.0",
"standard-version": "^9.3.2",
"threads-plugin": "^1.4.0",
"typescript": "^4.2.0",
"vue-template-compiler": "^2.6.11",
Expand Down

0 comments on commit cda2958

Please sign in to comment.