Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1](v1.0.0...v1.0.1) (2023-08-17)

### Bug Fixes

* get playground to work again ([#2](#2)) ([25ffa0d](25ffa0d))

### Miscellaneous Chores

* fix build process ([#5](#5)) ([7ae422d](7ae422d))
* update dependencies ([#3](#3)) ([8908d87](8908d87))
  • Loading branch information
semantic-release-bot committed Aug 17, 2023
1 parent 5a3afa7 commit 01b9c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/adv-markers-utils",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"keywords": [],
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
"scripts": {
"clean": "rm -rf ./dist",
"test": "run-s test:*",
"prepack": "npm run build",
"prepack": "npm run build",
"test:tsc": "tsc",
"test:prettier": "prettier -c ./src",
"test:eslint": "eslint './src/**/*ts' './examples/playground/src/*.ts'",
Expand Down

0 comments on commit 01b9c15

Please sign in to comment.