diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630020e..64bc88a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: run: npm run lint --max-warnings=0 build: - name: Build vue-leaflet-markercluster + name: Build package runs-on: ubuntu-latest needs: setup steps: @@ -90,7 +90,7 @@ jobs: uses: actions/cache@v3 with: path: ./* - key: ${{ runner.os }}-${{ github.ref }}-${{ github.sha }}-setup + key: ${{ runner.os }}-${{ github.ref }}-${{ github.sha }}-build - name: Publish to NPM uses: JS-DevTools/npm-publish@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 753141b..80e468c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - 2023-06-20 + +- Fixed ci pipeline + ## [0.1.0] - 2023-06-20 - Initial Release diff --git a/package.json b/package.json index 1030562..21f5cff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-leaflet-markercluster", "author": "Veit Bjarsch", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "private": false, "sideEffects": false,